Fixed docker file

This commit is contained in:
2025-12-14 20:05:50 +01:00
parent 8b4792cb5c
commit ef9a825dc2
2 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ publish:
stage: publish
tags:
- docker
before_script:
- git lfs pull
script:
- export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//')
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin registry.leon-hoppe.de