Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 4s
Some checks failed
ci-workflow / ci (push) Failing after 4s
This commit is contained in:
parent
da86126a62
commit
b2d6e6f28f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
cache_repo: orgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/cache
|
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/cache
|
||||||
credentials: |
|
credentials: |
|
||||||
orgejo.edf-bootstrap.cx.fg1.ffm.osc.live=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
||||||
destinations: |
|
destinations: |
|
||||||
orgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:1.2.3
|
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