Skip to content

Commit

Permalink
fix: skipping publish job (#8159)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Aug 23, 2024
1 parent 4e63106 commit 7cd2d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ jobs:
earthly-ci --no-output --push ./yarn-project+export-cli-wallet --DIST_TAG=${{ github.sha }} --ARCH=arm64
publish-cli-wallet-manifest:
if: ${{ github.event.inputs.no_rebuild_images == 'false' }}
needs: [build-cli-wallet, build-cli-wallet-arm]
runs-on: ${{ github.actor }}-x86
steps:
Expand All @@ -490,6 +489,7 @@ jobs:
dockerhub_password: "${{ env.DOCKERHUB_PASSWORD }}"

- name: "Publish aztec CLI wallet manifests"
if: ${{ github.event.inputs.no_rebuild_images == 'false' }}
run: |
env
docker pull aztecprotocol/cli-wallet:${{ github.sha }}-x86_64
Expand Down

0 comments on commit 7cd2d30

Please sign in to comment.