File tree Expand file tree Collapse file tree 5 files changed +4
-97
lines changed
Expand file tree Collapse file tree 5 files changed +4
-97
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" : " 128d270ba199a581122ff74c2f82b8e3019490f0 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 with :
112112 token : ${{ secrets.COMPONENT_ACCESS_TOKEN }}
113113 title : ' PR for ${{ env.APP_NAME }} on ${{ steps.extract_branch.outputs.branch }}'
114- body : " ${{ github.event.pull_request.body}}\n Link: ${{ github.event.pull_request.url }}"
114+ body : " ${{ github.event.pull_request.body}}\n Link: ${{ github.event.pull_request.html_url }}"
115115 branch : " ${{ env.APP_NAME }}/${{ github.event.pull_request.number }}/${{ steps.extract_branch.outputs.branch }}"
116116 base : master
117117 draft : false
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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments