mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: ko login (#4422)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
4864be14f1
commit
5915f37f4d
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
|
id: ko-build-dev
|
||||||
if: ${{inputs.tag == 'image' && steps.extract_branch.outputs.branch == 'main'}}
|
if: ${{inputs.tag == 'image' && steps.extract_branch.outputs.branch == 'main'}}
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=digest::$(REGISTRY=ghcr.io/${{github.repository}} 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
|
- name: ko build release image
|
||||||
id: ko-build
|
id: ko-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue