mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
fix: update github action to use current workflow path (#4705)
Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com> Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com>
This commit is contained in:
parent
416f445f9d
commit
d6a72d4412
2 changed files with 7 additions and 7 deletions
6
.github/workflows/image.yaml
vendored
6
.github/workflows/image.yaml
vendored
|
@ -12,7 +12,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
push-init-kyverno:
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-initContainer
|
||||
digest_command: docker-get-initContainer-digest
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
registry_password: ${{ secrets.CR_PAT }}
|
||||
|
||||
push-kyverno:
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-kyverno
|
||||
digest_command: docker-get-kyverno-digest
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
registry_password: ${{ secrets.CR_PAT }}
|
||||
|
||||
push-kyverno-cli:
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-cli
|
||||
digest_command: docker-get-cli-digest
|
||||
|
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-initContainer
|
||||
digest_command: docker-get-initContainer-digest
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-kyverno
|
||||
digest_command: docker-get-kyverno-digest
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
|
||||
uses: ./.github/workflows/reuse.yaml
|
||||
with:
|
||||
publish_command: docker-publish-cli
|
||||
digest_command: docker-get-cli-digest
|
||||
|
@ -121,4 +121,4 @@ jobs:
|
|||
|
||||
- name: Update new version in krew-index
|
||||
if: steps.check-tag.outputs.match == 'true'
|
||||
uses: rajatjindal/krew-release-bot@3320c0b546b5d2320613c46762bd3f73e2801bdc # v0.0.38
|
||||
uses: rajatjindal/krew-release-bot@3320c0b546b5d2320613c46762bd3f73e2801bdc # v0.0.38
|
||||
|
|
Loading…
Reference in a new issue