nvm-container-nodev16/.woodpecker.yml

21 lines
455 B
YAML
Raw Permalink Normal View History

2023-10-21 14:38:09 +05:30
pipeline:
build_docker_img:
image: plugins/docker
when:
event: [pull_request]
settings:
dry_run: true
repo: realaravinth/nvm-node16-insecure
tags: latest
build_and_publish_docker_img:
image: plugins/docker
when:
event: [push, tag, deployment]
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/nvm-node16-insecure
tags: latest