Update .gitlab-ci.yml

This commit is contained in:
Struchkov Mark 2022-01-26 14:26:48 +00:00
parent 3c262dc3e3
commit 015371848a

View File

@ -1,7 +1,9 @@
build: build:
stage: deploy stage: deploy
only: only:
- main - /^v*$/
except:
- branches
services: services:
- docker:dind - docker:dind
before_script: before_script: