mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
Update file build-container.yml
This commit is contained in:
parent
df75440ed0
commit
97239928a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue