Skip to content

Commit

Permalink
Merge pull request #145 from fmuyassarov/fix-versioning-images
Browse files Browse the repository at this point in the history
workflow: fix the tagging docker images build from new tags
  • Loading branch information
marquiz authored Oct 12, 2023
2 parents 550e9db + e512455 commit ea5ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo " - digging out tag from git ref $GITREF..."
case $GITREF in
refs/tags/v*)
tag="${GITREF#refs/tags/v}"
tag="${GITREF#refs/tags/}"
;;
refs/heads/main)
tag=unstable
Expand Down

0 comments on commit ea5ce41

Please sign in to comment.