ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/832168122
This commit is contained in:
@@ -17,9 +17,8 @@ build-container:
|
|||||||
# Begin of docker-build.sh
|
# Begin of docker-build.sh
|
||||||
- |
|
- |
|
||||||
#Build Docker Container
|
#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"
|
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
|
||||||
# End of docker-build.sh
|
# End of docker-build.sh
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user