fix
Some checks failed
/ build (push) Successful in 29s
/ reuse-compliance (push) Failing after 20s
/ build (pull_request) Successful in 42s
/ reuse-compliance (pull_request) Failing after 20s

This commit is contained in:
Ncam Gnrvngu 2025-05-28 23:03:07 +02:00
parent 3c9fa89d7f
commit d819b61e25
Signed by: NcamGnrvngu
GPG key ID: BBF21CBE5628BA99
2 changed files with 3 additions and 5 deletions

View file

@ -12,4 +12,5 @@ jobs:
container:
image: gcr.io/kaniko-project/executor:debug
steps:
- run: 'echo { \"auths\": { \"git.ncamgnrvngu.eu\": { \"auth\": \"$(echo -n ncamgnrvngu:${{ secrets.DOCKER_TOKEN }} | base64)\" } } } > /kaniko/.docker/config.json'
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#${{ github.ref }}" --dockerfile "Dockerfile" --no-push'