1
mirror of https://gitlab.com/jessieh/simple-shortener.git synced 2024-09-19 20:01:47 +00:00

Remove --quiet from docker build command

This commit is contained in:
Jessie Hildebrandt 2021-12-20 22:56:30 -05:00
parent 607f7449e7
commit 640384fec5

View File

@ -14,7 +14,7 @@ build:
services: services:
- docker:dind - docker:dind
script: script:
- docker build --quiet --tag=${CI_REGISTRY_IMAGE}:latest . - docker build --tag=${CI_REGISTRY_IMAGE}:latest .
- docker push ${CI_REGISTRY_IMAGE}:latest - docker push ${CI_REGISTRY_IMAGE}:latest
tag: tag: