Skip to content

Commit

Permalink
Release for image version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-vancil committed Jul 13, 2022
1 parent ba6cf88 commit b464375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ ifndef DOCKER_PAT
$(error DOCKER_PAT is not set)
endif
git commit -am "Release for image version $(VERSION)" --allow-empty
git tag -a $(VERSION) -m "${VERSION}"
git tag -fa $(VERSION) -m "${VERSION}"
git push origin ${VERSION}
git push
echo "${DOCKER_PAT}" | docker login -u "${DOCKER_USERNAME}" --password-stdin

0 comments on commit b464375

Please sign in to comment.