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

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

parent 717c642a
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,10 @@ include:
ref: main
file: '/tagrelease.yml'
stages:
- build
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment