Commit 2ffcda3 1 parent 4a840cf commit 2ffcda3 Copy full SHA for 2ffcda3
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -492,18 +492,18 @@ jobs:
492
492
- name : " Publish aztec CLI wallet manifests"
493
493
run : |
494
494
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 }}
507
507
508
508
build-end :
509
509
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments