fix
This commit is contained in:
parent
9fccd77abe
commit
3c9fa89d7f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,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'
|
||||
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#{{ github.ref }}" --dockerfile "Dockerfile" --destination "git.ncamgnrvngu.eu/ncamgnrvngu/website:latest"'
|
||||
- run: '/kaniko/executor --context "git://${{ github.token }}@git.ncamgnrvngu.eu/NcamGnrvngu/website.git#${{ github.ref }}" --dockerfile "Dockerfile" --destination "git.ncamgnrvngu.eu/ncamgnrvngu/website:latest"'
|
||||
reuse-compliance:
|
||||
runs-on: docker
|
||||
container:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue