Update .gitlab-ci.yml file

This commit is contained in:
Kirill Andrusyak
2022-12-19 22:41:56 +00:00
parent d1125b4f2d
commit 15251602eb

View File

@@ -8,6 +8,8 @@ build-job:
stage: build stage: build
tags: tags:
- docker - docker
only:
- master
script: script:
- docker info - docker info
- docker build -t docker-registry.dopcore.com/andrusyakka/urban-couscous . - docker build -t docker-registry.dopcore.com/andrusyakka/urban-couscous .