We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a04e commit 0b1e4d8Copy full SHA for 0b1e4d8
.github/workflows/docker-image.yml
@@ -25,4 +25,4 @@ jobs:
25
uses: docker/build-push-action@v2
26
with:
27
push: true
28
- tags: nethermindeth/research-mnemonic:${{ github.ref_name }}
+ tags: nethermindeth/research-mnemonic:latest,nethermindeth/research-mnemonic:${{ github.ref_name }}
0 commit comments