diff --git a/.cruft.json b/.cruft.json index 25cd441..890ef36 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86", + "commit": "439e1605c36082fb329ad631d0f7b013f3944c4c", "checkout": null, "context": { "cookiecutter": { diff --git a/ci.mk b/ci.mk index 719fd55..f20fc46 100644 --- a/ci.mk +++ b/ci.mk @@ -46,7 +46,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD package-build-branchtag: docker-build-branchtag package-build .PHONY: package-push-package-branchtag -package-push-package-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g') +package-push-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g') package-push-branchtag: package-build-branchtag package-push .PHONY: docker-build-local