Update .github/workflows/.github-ci.yaml
All checks were successful
ci-workflow / ci (push) Successful in 39s

This commit is contained in:
richardrobertreitz 2024-12-06 10:43:22 +00:00
parent 1b4b4aa60a
commit c6672a6547

View file

@ -14,7 +14,7 @@ jobs:
- name: Build Credentials File - name: Build Credentials File
run: | run: |
mkdir -p /kaniko/.docker mkdir -p /kaniko/.docker
AUTHSTRING=$(echo -n "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}" | base64) AUTHSTRING=$(echo -n "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}" | base64 -w 0)
echo "{\"auths\":{\"https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live\":{\"auth\":\"${AUTHSTRING}\"}}}" > /kaniko/.docker/config.json echo "{\"auths\":{\"https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live\":{\"auth\":\"${AUTHSTRING}\"}}}" > /kaniko/.docker/config.json
- name: Build Docker Container - name: Build Docker Container