Skip to content
Snippets Groups Projects
Commit 8f029cbf authored by Joakim Røren Melum's avatar Joakim Røren Melum
Browse files

Updated .gitlab-ci.yml file to hopefully fix a issue with the pipeline

parent be3136e9
Branches
No related tags found
No related merge requests found
Pipeline #218564 failed
...@@ -108,6 +108,7 @@ docker-push-to-docker-hub: ...@@ -108,6 +108,7 @@ docker-push-to-docker-hub:
- echo "Tagging the docker image ${REPOSITORY_NAME} as ${DOCKER_USERNAME}/${IMAGE_NAME}" - echo "Tagging the docker image ${REPOSITORY_NAME} as ${DOCKER_USERNAME}/${IMAGE_NAME}"
- docker tag ${REPOSITORY_NAME} ${DOCKER_USERNAME}/${IMAGE_NAME} - docker tag ${REPOSITORY_NAME} ${DOCKER_USERNAME}/${IMAGE_NAME}
script: script:
- docker images
- echo "Pushing the docker image to docker hub as ${DOCKER_USERNAME}/${IMAGE_NAME}" - echo "Pushing the docker image to docker hub as ${DOCKER_USERNAME}/${IMAGE_NAME}"
- docker push ${DOCKER_USERNAME}/${IMAGE_NAME} - docker push ${DOCKER_USERNAME}/${IMAGE_NAME}
needs: needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment