1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

chore: add COSIGN_REPOSITORY env to ko-publish-dev step (#4922)

This commit is contained in:
Batuhan Apaydın 2022-10-13 13:55:39 +03:00 committed by GitHub
parent ed88e9f8d2
commit 38a15a948f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,8 @@ jobs:
- name: ko build dev image
id: ko-publish-dev
env:
COSIGN_REPOSITORY: "ghcr.io/${{ github.repository_owner }}/sbom"
if: ${{inputs.tag == 'image' && steps.extract_branch.outputs.branch == 'main'}}
run: |
set -e