Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 5s
Some checks failed
ci-workflow / ci (push) Failing after 5s
This commit is contained in:
parent
cf189584fe
commit
954fd698e7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -24,11 +24,11 @@ jobs:
|
|||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||
with:
|
||||
cache: true
|
||||
cache_repo: docker.io/${{ github.repository }}/cache
|
||||
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/cache
|
||||
credentials: |
|
||||
https://index.docker.io/v1/=${{ secrets.REPO_USER }}:${{ secrets.REPO_PASSWORD }}
|
||||
https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/v1/=${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}
|
||||
destinations: |
|
||||
docker.io/${{ github.repository }}:latest
|
||||
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}:latest
|
||||
push: 'true'
|
||||
|
||||
#- name: Vulnerability Scanning
|
||||
|
|
Loading…
Reference in a new issue