Skip to content
Snippets Groups Projects
Commit eb585c8e authored by Marcel Huber's avatar Marcel Huber
Browse files

removed --pull option as it ignores local images

parent 09621a30
No related branches found
No related tags found
No related merge requests found
Pipeline #324466 canceled
...@@ -26,10 +26,8 @@ Build: ...@@ -26,10 +26,8 @@ Build:
- export LABEL_BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" - export LABEL_BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
LABEL_VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}" LABEL_VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}"
IMAGE_TAG=$CI_COMMIT_REF_SLUG IMAGE_TAG=$CI_COMMIT_REF_SLUG
- docker-compose --verbose config - if [ -n "$DUMP_COMPOSE_CONFIG" ]; then docker-compose config; fi
- docker-compose build - docker-compose build
--pull
--no-cache
- docker-compose push - docker-compose push
Test unprivileged: Test unprivileged:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment