Update .github/workflows/.github-ci.yaml
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
|
||||
with:
|
||||
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: |
|
||||
https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/v1/=${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}
|
||||
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'
|
||||
|
||||
#- name: Vulnerability Scanning
|
||||
|
|
Loading…
Reference in a new issue