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