1
mirror of https://gitlab.com/jessieh/simple-shortener.git synced 2024-09-19 11:51:46 +00:00

Fix build stage in .gitlab-ci.yml

This commit is contained in:
Jessie Hildebrandt 2021-12-20 22:54:39 -05:00
parent 0554b43bd3
commit 607f7449e7

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 --quiet --tag=${CI_REGISTRY_IMAGE}:latest .
- docker push ${CI_REGISTRY_IMAGE}:latest - docker push ${CI_REGISTRY_IMAGE}:latest
tag: tag: