dda-backup/.gitlab-ci.yml
2022-05-11 11:05:44 +02:00

15 lines
263 B
YAML

stages:
- build
- test
- publish
services:
- docker:19.03.12-dind
build:
image: domaindrivenarchitecture/devops-build:latest
stage: build
rules:
- if: '$CI_COMMIT_TAG != null'
script:
- cd infrastructure/docker && pyb image test publish