Skip to content

Release 1.6.3 (#4134) #72

Release 1.6.3 (#4134)

Release 1.6.3 (#4134) #72

Workflow file for this run

name: image
on:
push:
branches:
- 'main'
- 'release*'
permissions:
contents: read
packages: write
id-token: write
jobs:
push-init-kyverno:
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
with:
publish_command: docker-publish-initContainer
digest_command: docker-get-initContainer-digest
image_name: kyvernopre
tag: image
secrets:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.CR_PAT }}
push-kyverno:
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main

Check failure on line 26 in .github/workflows/image.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/image.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/image.yaml" -> "kyverno/kyverno/.github/workflows/reuse.yaml@main" : failed to fetch workflow: workflow was not found.
with:
publish_command: docker-publish-kyverno
digest_command: docker-get-kyverno-digest
image_name: kyverno
tag: image
secrets:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.CR_PAT }}
push-kyverno-cli:
uses: kyverno/kyverno/.github/workflows/reuse.yaml@main
with:
publish_command: docker-publish-cli
digest_command: docker-get-cli-digest
image_name: kyverno-cli
tag: image
secrets:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.CR_PAT }}