Skip to content
Snippets Groups Projects
Commit 9cf78f46 authored by Alexander Hinneburg's avatar Alexander Hinneburg
Browse files

Update .gitlab-ci.yml

parent d53befc2
No related branches found
No related tags found
No related merge requests found
Pipeline #19123 failed
......@@ -11,7 +11,7 @@ docker-build:
# All branches are tagged with $DOCKER_IMAGE_NAME (defaults to commit ref slug)
# Default branch is also tagged with `latest`
script:
- docker build --pull -t "$DOCKER_IMAGE_NAME" .
- docker build -t "$DOCKER_IMAGE_NAME" . # --pull -t "$DOCKER_IMAGE_NAME" .
- docker push "$DOCKER_IMAGE_NAME"
- |
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; 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