Fixed pipeline

This commit is contained in:
2025-02-26 19:52:24 +01:00
parent 84db5426c1
commit 389d5e9a3e
2 changed files with 5 additions and 12 deletions

View File

@@ -49,6 +49,11 @@ build:
publish:
stage: publish
needs: ["build"]
image: docker:latest
services:
- name: docker:dind
alias: docker
script:
- export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//')
- docker login -u leon.hoppe -p ${CI_REGISTRY_PASSWORD} registry.leon-hoppe.de
@@ -57,5 +62,3 @@ publish:
- docker push registry.leon-hoppe.de/leon.hoppe/worktime:latest
only:
- tags
dependencies:
- build