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:
parent
ed88e9f8d2
commit
38a15a948f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/reuse.yaml
vendored
2
.github/workflows/reuse.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue