Skip to content

Commit

Permalink
Merge pull request #146 from fmuyassarov/fix-versioning-images-releas…
Browse files Browse the repository at this point in the history
…e-02

[release-0.2] images: fix the tagging docker images build from new tags
  • Loading branch information
marquiz authored Oct 12, 2023
2 parents da49e31 + 0be88ac commit 7055ec6
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 7055ec6

Please sign in to comment.