This commit is contained in:
parent
a12ce0a9e9
commit
6170a12b19
@ -63,7 +63,10 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
jq '.auths["bv11-cr01.bessems.eu"].auth="'"$(echo $DOCKER_USERNAME':'$DOCKER_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
|
curl -L https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 -o /bin/jq
|
||||||
|
chmod +x /bin/jq
|
||||||
|
- |
|
||||||
|
/bin/jq '.auths["bv11-cr01.bessems.eu"].auth="'"$(echo $DOCKER_USERNAME':'$DOCKER_PASSWORD | base64)"'"' --null-input > /kaniko/.docker/config.json
|
||||||
- |
|
- |
|
||||||
/kaniko/executor \
|
/kaniko/executor \
|
||||||
--dockerfile=Dockerfile \
|
--dockerfile=Dockerfile \
|
||||||
|
Loading…
Reference in New Issue
Block a user