Skip to content
Snippets Groups Projects
Commit e63b445a authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Update .gitlab-ci.yml

parent f7aa6fbe
No related branches found
No related tags found
No related merge requests found
Pipeline #219193 passed
......@@ -26,9 +26,6 @@ build:environment:
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
# - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA # no need
- docker push $CI_REGISTRY_IMAGE:latest
rules:
- if: '$CI_COMMIT_TAG != null' # always run for tags
when: always
when: manual
build:doc:
......
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