Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 4bf5e0e

Browse files
committed
ci: image push flag was hardcorded to false
1 parent 17a097a commit 4bf5e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Publish container images to GCR
105105
env:
106106
KO_DOCKER_REPO: gcr.io/triggermesh
107-
KOFLAGS: --jobs=4 --platform=linux/amd64,linux/arm64,linux/ppc64le --push=false
107+
KOFLAGS: --jobs=4 --platform=linux/amd64,linux/arm64,linux/ppc64le --push=${{ github.event_name != 'pull_request' }}
108108
DIST_DIR: ./releases/manifests
109109
run: |
110110
pushd hack/manifest-cleaner

0 commit comments

Comments
 (0)