Skip to content

Commit

Permalink
fix(ci/publish): use right docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 23, 2023
1 parent 6b3a22d commit 5db2ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/work --platform linux/amd64
image: venmic-builder
image: venmic-builder-x86_64
shell: bash
run: |
cd /work
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/work --platform linux/arm64
image: venmic-builder
image: venmic-builder-arm64
shell: bash
run: |
cd /work
Expand Down

0 comments on commit 5db2ea3

Please sign in to comment.