Skip to content

Commit

Permalink
DEVX-911
Browse files Browse the repository at this point in the history
update tag.sh script
  • Loading branch information
sheaphillips committed Dec 7, 2023
1 parent 33d9ebd commit 72438a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ fi
read -p "Updating action file to use new Docker tag '${TAG}'. Press any key to continue..."
cat <<< "$(yq -oy '.runs.image = "docker://ghcr.io/bcgov/devhub-techdocs-publish:$TAG"' action.yml)" > action.yml

#git commit -m "Updated action.yml to use a new Docker image with tag '${TAG}'."
git commit -m "Updated action.yml to use a new Docker image with tag '${TAG}'."
#git push
#
#git tag -a -m "adding version tag $TAG" $TAG
#git push --follow-tags

git tag -a -m "adding version tag $TAG" $TAG
git push --follow-tags


0 comments on commit 72438a6

Please sign in to comment.