1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 04:32:29 +00:00

Fix typo latest docker image

This commit is contained in:
J. Fernando Sánchez 2022-05-23 17:03:34 +02:00
parent 8a6ef3852a
commit 39123cea8a

View File

@ -41,7 +41,7 @@ docker-latest:
tags:
- docker
script:
- echo git.{CI_COMMIT_SHORT_SHA} > senpy/VERSION
- echo git.${CI_COMMIT_SHORT_SHA} > senpy/VERSION
- sed "s/{{PYVERSION}}/$PYTHON_VERSION/" Dockerfile.template > Dockerfile
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"},\"https://index.docker.io/v1/\":{\"auth\":\"$HUB_AUTH\"}}}" > /kaniko/.docker/config.json
# The skip-tls-verify flag is there because our registry certificate is self signed