fix CI not logging in to OCI registry correctly
Some checks failed
Build Container / Build Container (push) Failing after 5s
Some checks failed
Build Container / Build Container (push) Failing after 5s
This commit is contained in:
parent
e6331781cb
commit
a886936cab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
- name: Login to container registry (prod only)
|
||||
if: ${{ forgejo.ref_name == 'main' }}
|
||||
run: /kaniko/executor login --username="forgejo-actions" --password="${{ forgejo.token }}"
|
||||
run: /kaniko/executor login --username="forgejo-actions" --password="${{ forgejo.token }}" git.hamburg.ccc.de
|
||||
- name: Build Container
|
||||
env:
|
||||
KANIKO_NO_PUSH: ${{ forgejo.ref_name != 'main' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue