1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-03 00:23:13 +00:00

Fix pipeline (lowercase repo name)

This commit is contained in:
wlinator 2024-03-20 13:14:19 +01:00
parent d32adb08ef
commit 3445ee12b5

View file

@ -7,7 +7,7 @@ docker_build:
services:
- docker:dind
script:
- docker build -t Racu .
- docker build -t racu .
- source .env # Load environment variables from .env
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- git fetch --tags # Fetch Git tags