1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-26 23:58:35 -06:00

Fix typo in .gitlab-ci.yml

This commit is contained in:
Sayantan Santra 2022-11-04 18:45:14 -05:00
parent 82410ef035
commit de58a15282

View file

@ -4,7 +4,7 @@ docker-build-main:
image: docker:latest image: docker:latest
stage: build stage: build
services: services:
- docker: dind - docker:dind
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
@ -18,7 +18,7 @@ docker-build:
image: docker:latest image: docker:latest
stage: build stage: build
services: services:
- docker: dind - docker:dind
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script: