Skip to content

Commit 9b9d425

Browse files
Kidswissgithub-actions[bot]
authored andcommitted
chore: accept new Cruft update
1 parent cf1e975 commit 9b9d425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/vshn/appcat-cookiecutter",
3-
"commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86",
3+
"commit": "439e1605c36082fb329ad631d0f7b013f3944c4c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

ci.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker-push-branchtag: docker-build-branchtag docker-push ## Push docker image w
3333
.PHONY: package-build
3434
package-build: docker-build
3535
rm -f package/*.xpkg
36-
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG}-func -o package/package.xpkg
36+
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG} -o package/package.xpkg
3737

3838
.PHONY: package-push
3939
package-push: package-build
@@ -44,7 +44,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD
4444
package-build-branchtag: docker-build-branchtag package-build
4545

4646
.PHONY: package-push-package-branchtag
47-
package-push-package-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
47+
package-push-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
4848
package-push-branchtag: package-build-branchtag package-push
4949

5050
.PHONY: docker-build-local

0 commit comments

Comments
 (0)