Skip to content

Commit

Permalink
fix: cli-wallet manifest (#8156)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Aug 23, 2024
1 parent 4a840cf commit 2ffcda3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,18 +492,18 @@ jobs:
- name: "Publish aztec CLI wallet manifests"
run: |
env
docker pull aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64
docker pull aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
docker manifest create aztecprotocol/aztec-cli-wallet:${{ env.DEPLOY_TAG }} \
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64 \
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
docker manifest create aztecprotocol/aztec-cli-wallet:${{ github.sha }} \
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64 \
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
docker manifest push aztecprotocol/aztec-cli-wallet:${{ env.DEPLOY_TAG }}
docker manifest push aztecprotocol/aztec-cli-wallet:${{ github.sha }}
docker pull aztecprotocol/cli-wallet:${{ github.sha }}-x86_64
docker pull aztecprotocol/cli-wallet:${{ github.sha }}-arm64
docker manifest create aztecprotocol/cli-wallet:${{ env.DEPLOY_TAG }} \
aztecprotocol/cli-wallet:${{ github.sha }}-x86_64 \
aztecprotocol/cli-wallet:${{ github.sha }}-arm64
docker manifest create aztecprotocol/cli-wallet:${{ github.sha }} \
aztecprotocol/cli-wallet:${{ github.sha }}-x86_64 \
aztecprotocol/cli-wallet:${{ github.sha }}-arm64
docker manifest push aztecprotocol/cli-wallet:${{ env.DEPLOY_TAG }}
docker manifest push aztecprotocol/cli-wallet:${{ github.sha }}
build-end:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ffcda3

Please sign in to comment.