Skip to content

Commit

Permalink
try out our own build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Sep 15, 2024
1 parent bf546ce commit c0b1b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up SSH@build-amd
uses: MrSquaare/ssh-setup-action@2d028b70b5e397cf8314c6eaea229a6c3e34977a # v3.1.0
with:
host: 5.75.226.76
host: 188.245.112.244
private-key: ${{ secrets.BUILDX_DE1 }}
private-key-name: build-amd

Expand All @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
install: true
endpoint: ssh://root@5.75.226.76
endpoint: ssh://root@188.245.112.244
append: |
- endpoint: ssh://[email protected]
Expand Down

0 comments on commit c0b1b05

Please sign in to comment.