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
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
cache_repo: docker.io/${{ github.repository }}/cache
|
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}/cache
|
||||||
credentials: |
|
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: |
|
destinations: |
|
||||||
docker.io/${{ github.repository }}:latest
|
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/${{ github.repository }}:latest
|
||||||
push: 'true'
|
push: 'true'
|
||||||
|
|
||||||
#- name: Vulnerability Scanning
|
#- name: Vulnerability Scanning
|
||||||
|
|
Loading…
Reference in a new issue