trying to fix ci/cd
All checks were successful
/ build (push) Successful in 24s
/ reuse-compliance (push) Successful in 12s

This commit is contained in:
Ncam Gnrvngu 2025-06-01 12:54:49 +02:00
parent d0d7c3077e
commit 9f84b53108

View file

@ -13,4 +13,7 @@ jobs:
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'
- using: actions/checkout@v4
with:
lfs: true
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#${{ github.ref }}" --dockerfile "Dockerfile" --destination "git.ncamgnrvngu.eu/ncamgnrvngu/website:latest"'