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:
- 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
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
#docker_store_images_master_tag:
# extends: .base_docker_store_images
# only:
# - tags
# - master
docker_store_images_master_tag:
extends: .base_docker_store_images
only:
- tags
- master
docker_store_images_changes:
extends: .base_docker_store_images
only:
changes:
- docker-compose/.env
# except:
# - tags
# - master
except:
- tags
- master
#newline_at_eof:
# stage: linting
# before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment