Skip to content

Commit

Permalink
fix: setup-action (#7268)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Jul 2, 2024
1 parent 1227447 commit 49170e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
concurrency_key: build-release-artifacts-${{ github.actor }}
dockerhub_password: "${{ secrets.DOCKERHUB_PASSWORD }}"
- name: "Build & Push images"
- name: "Build & Push aztec images"
timeout-minutes: 40
# Run the build steps for each image with version and arch, push to dockerhub
run: |
Expand All @@ -50,6 +50,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: ./.github/ci-setup-action
- uses: actions/checkout@v4
with:
ref: "${{ env.GIT_COMMIT }}"
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
--PRIVATE_KEY=${{ secrets.SEQ_1_PUBLISHER_PRIVATE_KEY }} \
--RPC_URL=https://${{ env.DEPLOY_TAG }}-mainnet-fork.aztec.network:8545/${{ secrets.FORK_API_KEY }} \
| tee ${{ env.FILE_PATH }}
./scripts/extract_l1_addresses.sh ${{ env.FILE_PATH }}
./.github/gstscripts/extract_l1_addresses.sh ${{ env.FILE_PATH }}
- name: Apply l1-contracts Terraform
if: steps.check_changes.outputs.result == 'true'
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/REDEPLOY
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Append value to force redeploy
5
1

0 comments on commit 49170e4

Please sign in to comment.