fix
This commit is contained in:
parent
3c9fa89d7f
commit
d819b61e25
2 changed files with 3 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue