Skip to content
Snippets Groups Projects
Commit b07225f9 authored by arwunder's avatar arwunder
Browse files

Merge branch 'fix-deploy-pipeline-stage' into 'main'

--tag not found fix

See merge request !14
parents acdce10f cf89b4e2
No related branches found
No related tags found
1 merge request!14--tag not found fix
Pipeline #14029 passed
......@@ -69,7 +69,7 @@ test:
deploy:
stage: deploy
environment: production
image: docker:stable
image: docker:20.10.23
only:
- main
script:
......@@ -77,3 +77,4 @@ deploy:
- mkdir -p ${HOME}/.docker && echo "${DOCKER_AUTH_CONFIG}" > "${HOME}/.docker/config.json"
## Add the `latest` tag to the image we have build.
- docker buildx imagetools create ${DOCKER_IMAGE_NAME}:${DOCKER_TAG} --tag ${DOCKER_IMAGE_NAME}:latest
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