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

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

parent a22f1518
No related branches found
No related tags found
1 merge request!3Merging develop into main
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
......@@ -10,4 +15,4 @@ node:
- docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
- docker push $CI_REGISTRY_IMAGE:${VERSION}
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