Skip to content
Snippets Groups Projects
Commit cbd9c3b4 authored by Frank Baier's avatar Frank Baier
Browse files

Datei .gitlab-ci.yml aktualisieren

parents
No related branches found
No related tags found
No related merge requests found
image: docker:24
services:
- docker:24-dind
build:
rules:
- if: $CI_COMMIT_TAG
script:
- docker build --pull --build-arg GIT_HASH=$CI_COMMIT_SHORT_SHA -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment