Skip to content

Commit edadc1a

Browse files
committed
tag docker image
1 parent bdd28bd commit edadc1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ 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+
4952
- name: Set Aztec version and start sandbox
5053
run: |
5154
aztec-up ${{ env.AZTEC_VERSION }}

0 commit comments

Comments
 (0)