Skip to content

Commit

Permalink
fix: ammend-builds run
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Feb 22, 2024
1 parent 9413e9d commit 46a0e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: pull images
run: |
docker pull ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-amd64
docker pull ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-arm64
docker pull --platform=linux/amd64 ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-amd64
docker pull --platform=linux/arm64 ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-arm64
- name: create manifests
run: |
Expand Down

0 comments on commit 46a0e41

Please sign in to comment.