Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6bea8084 authored by Benoît's avatar Benoît
Browse files

try

parent 559085a1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
else
DOCKER_AUTH=$(echo -n "${DOCKER_USERNAME}:${DOCKER_PASSWORD}" | base64 -w0)
echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
cat /kaniko/.docker/config.json
fi
- |
if [[ -z "${CI_COMMIT_TAG}" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment