mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix env (#5046)
Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
e7fac3a57f
commit
4741241054
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue