Skip to content

Commit 81080cf

Browse files
committed
chore(makefile): create immutable tag last so make deploy uses it
1 parent e670499 commit 81080cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versioning.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
@echo "Mutable tag: ${MUTABLE_IMAGE}"
1212

1313
.PHONY: docker-push
14-
docker-push: docker-immutable-push docker-mutable-push
14+
docker-push: docker-mutable-push docker-immutable-push
1515

1616
.PHONY: docker-immutable-push
1717
docker-immutable-push:

0 commit comments

Comments
 (0)