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

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

parent bfe5e7ab
No related branches found
No related tags found
No related merge requests found
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
......@@ -8,4 +13,4 @@ build-master:
- docker build --pull -t $CI_REGISTRY_IMAGE/maven .
- docker push $CI_REGISTRY_IMAGE/maven
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