mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
fix: ko login (#4423)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
5915f37f4d
commit
ce4377a54e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reuse.yaml
vendored
2
.github/workflows/reuse.yaml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
id: ko-build-dev
|
||||
if: ${{inputs.tag == 'image' && steps.extract_branch.outputs.branch == 'main'}}
|
||||
run: |
|
||||
echo "::set-output name=digest::$(REGISTRY=ghcr.io/${{github.repository}} GITHUB_TOKEN={{ github.token }} make ${{inputs.publish_command}}-dev)"
|
||||
echo "::set-output name=digest::$(REGISTRY=ghcr.io/${{github.repository}} GITHUB_TOKEN=${{github.token}} make ${{inputs.publish_command}}-dev)"
|
||||
|
||||
- name: ko build release image
|
||||
id: ko-build
|
||||
|
|
Loading…
Add table
Reference in a new issue