Update file build-container.yml

This commit is contained in:
2023-04-09 16:26:23 +00:00
parent df75440ed0
commit 97239928a6

View File

@@ -19,7 +19,7 @@ build-container:
# Begin of docker-build.sh
- |
#Build Docker Container
docker build -t $CI_REGISTRY/$CI_PROJECT_PATH:latest .
docker build -t "$CI_REGISTRY/$CI_PROJECT_PATH:latest" .
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
# End of docker-build.sh
only: