Skip to content

Commit

Permalink
Merge pull request #76 from conjurinc/fix-push-image
Browse files Browse the repository at this point in the history
Change VERSION read for image tags
  • Loading branch information
ismarc authored Jan 19, 2022
2 parents a23c0a2 + 3a0d0af commit 6250301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-tags
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
: ${BRANCH_NAME:=$(git symbolic-ref --short HEAD)}

show_master_tags() {
IFS=. read MAJOR MINOR PATCH <VERSION
IFS=. read MAJOR MINOR PATCH <<< "$(<VERSION)"
TAG="$MAJOR.$MINOR.$PATCH"
echo "latest $TAG $MAJOR.$MINOR"
}
Expand Down

0 comments on commit 6250301

Please sign in to comment.