File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/vshn/appcat-cookiecutter" ,
3- "commit" : " 5309ae05edb3c118e23e64e8ec0bed2b6768ac86 " ,
3+ "commit" : " 439e1605c36082fb329ad631d0f7b013f3944c4c " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ docker-push-branchtag: docker-build-branchtag docker-push ## Push docker image w
3333.PHONY : package-build
3434package-build : docker-build
3535 rm -f package/* .xpkg
36- go run github.com/crossplane/crossplane/cmd/crank@v1.16.0 xpkg build -f package --verbose --embed-runtime-image=${IMG} -func -o package/package.xpkg
36+ go run github.com/crossplane/crossplane/cmd/crank@v1.16.0 xpkg build -f package --verbose --embed-runtime-image=${IMG} -o package/package.xpkg
3737
3838.PHONY : package-push
3939package-push : package-build
@@ -44,7 +44,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD
4444package-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')
4848package-push-branchtag : package-build-branchtag package-push
4949
5050.PHONY : docker-build-local
You can’t perform that action at this time.
0 commit comments