Skip to content
Snippets Groups Projects
Commit 8c82a391 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Back to it

parent 20cf696e
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -39,19 +39,19 @@ stages: ...@@ -39,19 +39,19 @@ stages:
- chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
#docker_store_images_master_tag: docker_store_images_master_tag:
# extends: .base_docker_store_images extends: .base_docker_store_images
# only: only:
# - tags - tags
# - master - master
docker_store_images_changes: docker_store_images_changes:
extends: .base_docker_store_images extends: .base_docker_store_images
only: only:
changes: changes:
- docker-compose/.env - docker-compose/.env
# except: except:
# - tags - tags
# - master - master
#newline_at_eof: #newline_at_eof:
# stage: linting # stage: linting
# before_script: # before_script:
......
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