Skip to content

Commit

Permalink
ci: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 24, 2024
1 parent 9e6d1e7 commit 04d26a9
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
Expand Up @@ -8,4 +8,4 @@ docker-build:
.PHONY: docker-push
docker-push: TAG := latest
docker-push: docker-build
docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
docker push ${DOCKER_IMAGE}:${TAG}

0 comments on commit 04d26a9

Please sign in to comment.