We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd28bd commit edadc1aCopy full SHA for edadc1a
.github/workflows/recursive-verification-tests.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Update path
47
run: echo "$HOME/.aztec/bin" >> $GITHUB_PATH
48
49
+ - name: Tag Docker image as latest
50
+ run: docker tag aztecprotocol/aztec:${{ env.AZTEC_VERSION }} aztecprotocol/aztec:latest
51
+
52
- name: Set Aztec version and start sandbox
53
run: |
54
aztec-up ${{ env.AZTEC_VERSION }}
0 commit comments