22 lines
418 B
YAML
22 lines
418 B
YAML
|
steps:
|
||
|
|
||
|
build_docker_img:
|
||
|
image: plugins/docker
|
||
|
when:
|
||
|
event: [pull_request]
|
||
|
settings:
|
||
|
dry_run: true
|
||
|
repo: mcaptcha/dcache
|
||
|
tags: latest
|
||
|
|
||
|
build_and_publish_docker_img:
|
||
|
image: plugins/docker
|
||
|
when:
|
||
|
event: [push, tag, deployment]
|
||
|
settings:
|
||
|
username: mcaptcha
|
||
|
password:
|
||
|
from_secret: DOCKER_TOKEN
|
||
|
repo: mcaptcha/ux_survey
|
||
|
tags: latest
|