mirror of
https://gitlab.com/jessieh/simple-shortener.git
synced 2024-12-03 15:01:46 +00:00
Remove --quiet from docker build command
This commit is contained in:
parent
607f7449e7
commit
640384fec5
@ -14,7 +14,7 @@ build:
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- docker build --quiet --tag=${CI_REGISTRY_IMAGE}:latest .
|
||||
- docker build --tag=${CI_REGISTRY_IMAGE}:latest .
|
||||
- docker push ${CI_REGISTRY_IMAGE}:latest
|
||||
|
||||
tag:
|
||||
|
Loading…
Reference in New Issue
Block a user