Skip to content

Commit ef362e9

Browse files
committed
updated docker build to use tagname
1 parent ac43218 commit ef362e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: docker/build-push-action@v2
2626
with:
2727
push: true
28-
tags: nethermindeth/research-mnemonic:${{ steps.docker_meta.outputs.tags }}
28+
tags: nethermindeth/research-mnemonic:${{ github.ref_name }}

0 commit comments

Comments
 (0)