Skip to content

Commit 2c64d9e

Browse files
committed
Refactor Docker image tagging to occur after starting the sandbox in the CI workflow
1 parent edadc1a commit 2c64d9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/recursive-verification-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
- name: Update path
4747
run: echo "$HOME/.aztec/bin" >> $GITHUB_PATH
4848

49-
- name: Tag Docker image as latest
50-
run: docker tag aztecprotocol/aztec:${{ env.AZTEC_VERSION }} aztecprotocol/aztec:latest
51-
5249
- name: Set Aztec version and start sandbox
5350
run: |
5451
aztec-up ${{ env.AZTEC_VERSION }}
52+
docker tag aztecprotocol/aztec:${{ env.AZTEC_VERSION }} aztecprotocol/aztec:latest
5553
aztec start --sandbox &
5654
5755
- name: Wait for sandbox to be ready

0 commit comments

Comments
 (0)