We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac43218 commit ef362e9Copy full SHA for ef362e9
.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:${{ steps.docker_meta.outputs.tags }}
+ tags: nethermindeth/research-mnemonic:${{ github.ref_name }}
0 commit comments