Skip to content

Commit

Permalink
Publishing image on release makes no sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Oct 11, 2023
1 parent 788d5e4 commit 31f2045
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 @@ -53,7 +53,7 @@ push: all commited test
publish-image: image
docker push $(DOCKER_IMAGE)

release: test publish-image
release: test
git tag $(VERSION)
mix hex.publish
git push --tags
Expand Down

0 comments on commit 31f2045

Please sign in to comment.