diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index ed491c4..dfb15fc 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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