Skip to content

Commit

Permalink
Fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Aug 28, 2024
1 parent dc4d367 commit cc9fa6b
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "4a2639224e6a67b1a0aada1652a29d0bc3624bf8",
"commit": "be6698956829c5916b36f4995c298aa31c0284bb",
"checkout": "add/upbound_push",
"context": {
"cookiecutter": {
Expand Down
4 changes: 3 additions & 1 deletion ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ package-build-branchtag: docker-build-branchtag
.PHONY: package-push-package-branchtag
IMG_TAG = $(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
package-push-branchtag: package-build-branchtag
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg push -f package/package.xpkg ${GHCR_IMG} --verbose.PHONY: package-push-upbound
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg push -f package/package.xpkg ${GHCR_IMG} --verbose

.PHONY: package-push-upbound
package-push-upbound: package-build
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg push -f package/package.xpkg ${GHCR_IMG} --verbose

Expand Down

0 comments on commit cc9fa6b

Please sign in to comment.