fix
This commit is contained in:
parent
d819b61e25
commit
922a1bc4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ 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'
|
||||
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#${{ github.ref }}" --dockerfile "Dockerfile" --no-push'
|
||||
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#${{ github.ref }}" --dockerfile "Dockerfile" --destination "git.ncamgnrvngu.eu/ncamgnrvngu/website:latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue