Aravinth Manivannan
89e26de87d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
418 B
YAML
21 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
|