Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 6s
Some checks failed
ci-workflow / ci (push) Failing after 6s
This commit is contained in:
parent
fb54e7d8de
commit
0da744db72
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.github-ci.yaml
vendored
4
.github/workflows/.github-ci.yaml
vendored
|
@ -14,13 +14,13 @@ jobs:
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
images: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/richardrobertreitz/fibonacci_go
|
images: gitea.runner.c-one-infra.de/giteaadmin/fibonacci_go
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
credentials: |
|
credentials: |
|
||||||
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
gitea.runner.c-one-infra.de=giteaAdmin:${{ secrets.PACKAGES_TOKEN }}
|
||||||
destinations: |
|
destinations: |
|
||||||
${{ steps.meta.outputs.tags }}
|
${{ steps.meta.outputs.tags }}
|
||||||
# push: ${{ github.event_name != 'pull_request' }}
|
# push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
Loading…
Reference in a new issue