Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1m52s
Some checks failed
ci-workflow / ci (push) Failing after 1m52s
This commit is contained in:
parent
bee6878f5c
commit
98b89ec337
1 changed files with 7 additions and 3 deletions
10
.github/workflows/.github-ci.yaml
vendored
10
.github/workflows/.github-ci.yaml
vendored
|
@ -10,13 +10,17 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
echo 1 test 2 ${{ secrets.PACKAGES_USER }} 3 ${{ secrets.REPO_USER }} 4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
cache_repo: gitea.runner.c-one-infra.de/giteaadmin/rtest/cache
|
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/cache
|
||||||
credentials: |
|
credentials: |
|
||||||
gitea.runner.c-one-infra.de=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
||||||
destinations: |
|
destinations: |
|
||||||
gitea.runner.c-one-infra.de/giteaadmin/rtest:latest
|
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:1.2.3
|
||||||
push: 'true'
|
push: 'true'
|
||||||
|
|
Loading…
Reference in a new issue