pprofweb/.woodpecker.yml
a c6019ffee4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
update destination
2023-01-24 17:30:25 -06:00

25 lines
593 B
YAML

pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
registry: tuxpa.in
repo: tuxpa.in/a/pprofweb
tags: latest,v1-${CI_COMMIT_SHA:0:8}
dockerfile: Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
publish-stable:
image: plugins/kaniko
event: tag
settings:
registry: tuxpa.in
repo: tuxpa.in/a/pprofweb
tags: stable
dockerfile: Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD