Skip to content
Snippets Groups Projects
Commit af865221 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-drupal-ci#13 Enable auto-tagging in CI

parent b20c351c
No related branches found
No related tags found
1 merge request!1docker/gitlab-drupal-ci#13 Enable auto-tagging in CI
include:
- project: gitlab-ci-cd/general
ref: main
file: '/tagrelease.yml'
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -7,4 +12,4 @@ build-master:
- docker build -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
only:
- main
- tags
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