Skip to content

Commit 2ffcda3

Browse files
authored
fix: cli-wallet manifest (#8156)
1 parent 4a840cf commit 2ffcda3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/devnet-deploys.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -492,18 +492,18 @@ jobs:
492492
- name: "Publish aztec CLI wallet manifests"
493493
run: |
494494
env
495-
docker pull aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64
496-
docker pull aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
497-
498-
docker manifest create aztecprotocol/aztec-cli-wallet:${{ env.DEPLOY_TAG }} \
499-
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64 \
500-
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
501-
docker manifest create aztecprotocol/aztec-cli-wallet:${{ github.sha }} \
502-
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-x86_64 \
503-
aztecprotocol/aztec-cli-wallet:${{ github.sha }}-arm64
504-
505-
docker manifest push aztecprotocol/aztec-cli-wallet:${{ env.DEPLOY_TAG }}
506-
docker manifest push aztecprotocol/aztec-cli-wallet:${{ github.sha }}
495+
docker pull aztecprotocol/cli-wallet:${{ github.sha }}-x86_64
496+
docker pull aztecprotocol/cli-wallet:${{ github.sha }}-arm64
497+
498+
docker manifest create aztecprotocol/cli-wallet:${{ env.DEPLOY_TAG }} \
499+
aztecprotocol/cli-wallet:${{ github.sha }}-x86_64 \
500+
aztecprotocol/cli-wallet:${{ github.sha }}-arm64
501+
docker manifest create aztecprotocol/cli-wallet:${{ github.sha }} \
502+
aztecprotocol/cli-wallet:${{ github.sha }}-x86_64 \
503+
aztecprotocol/cli-wallet:${{ github.sha }}-arm64
504+
505+
docker manifest push aztecprotocol/cli-wallet:${{ env.DEPLOY_TAG }}
506+
docker manifest push aztecprotocol/cli-wallet:${{ github.sha }}
507507
508508
build-end:
509509
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)