updating ci

This commit is contained in:
2025-10-17 21:21:28 +02:00
parent c2a8ca19f5
commit 5753c82384

View File

@@ -27,7 +27,7 @@ lab:
prod:
stage: prod
script:
- docker build -f Dockerfile-lab -t "$REGISTRY/$TAG" .
- docker build -f Dockerfile -t "$REGISTRY/$TAG" .
- docker push "$REGISTRY/$TAG"
only:
- master