Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Oct 30, 2023
1 parent e49eaef commit bca926a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
main-path: ./cmd/
env:
REPOSITORY: ${{ github.repository }}
VERSION: ${{ steps.extract_version.outputs.version }}
generate-provenance:
needs: publish-images
permissions:
Expand Down
4 changes: 1 addition & 3 deletions .ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ defaultPlatforms:
- linux/amd64
builds:
- id: svc-ingress-propagator
main: cmd/main.go
ldflags:
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
main: cmd/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ko-login: ko

.PHONY: ko-publish-controller
ko-publish-controller: ko-login
@echo Publishing Controller $(FULL_IMG) - $(KO_TAGS) >&2
@LD_FLAGS=$(LD_FLAGS) KOCACHE=$(KOCACHE) KO_DOCKER_REPO=$(FULL_IMG) \
$(KO) build ./cmd/ --bare --tags=$(KO_TAGS) --push=true

Expand Down

0 comments on commit bca926a

Please sign in to comment.