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