1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Signed-off-by: ShutingZhao <shuting@nirmata.com>

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2022-10-18 21:45:29 +08:00 committed by GitHub
parent e7fac3a57f
commit 4741241054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ jobs:
flux push artifact oci://ghcr.io/${{ github.repository_owner }}/manifests/kyverno:$(git rev-parse --short HEAD) \
--path="." \
--source="$(git config --get remote.origin.url)" \
--revision="(git tag --points-at HEAD)/$(git rev-parse HEAD)"
--revision="$(git tag --points-at HEAD)/$(git rev-parse HEAD)"
--creds flux:${CR_PAT_ARTIFACTS}
- name: Sign manifests in GHCR with Cosign