Skip to content

Commit

Permalink
Merge pull request #52 from vshn/cruft/update
Browse files Browse the repository at this point in the history
New updates detected with Cruft
  • Loading branch information
Kidswiss authored Sep 3, 2024
2 parents 3699119 + 812bf66 commit 1e4c232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/vshn/appcat-cookiecutter",
"commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86",
"commit": "439e1605c36082fb329ad631d0f7b013f3944c4c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e4c232

Please sign in to comment.