Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 5s

This commit is contained in:
richardrobertreitz 2024-12-16 09:52:31 +00:00
parent cf189584fe
commit 954fd698e7

View file

@ -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