dda-backup/.gitlab-ci.yml

16 lines
267 B
YAML

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