Update .github/workflows/.github-ci.yaml
All checks were successful
ci-workflow / ci (push) Successful in 59s
All checks were successful
ci-workflow / ci (push) Successful in 59s
This commit is contained in:
parent
954fd698e7
commit
f0390ba4bc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.github-ci.yaml
vendored
4
.github/workflows/.github-ci.yaml
vendored
|
@ -24,11 +24,11 @@ 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: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/cache
|
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go/cache
|
||||||
credentials: |
|
credentials: |
|
||||||
https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/v1/=${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}
|
https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/v1/=${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}
|
||||||
destinations: |
|
destinations: |
|
||||||
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}:latest
|
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/fibonacci_go:latest
|
||||||
push: 'true'
|
push: 'true'
|
||||||
|
|
||||||
#- name: Vulnerability Scanning
|
#- name: Vulnerability Scanning
|
||||||
|
|
Loading…
Reference in a new issue