peck
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
a 2023-01-24 17:27:37 -06:00
parent c37350a81f
commit bbea3f46be
1 changed files with 24 additions and 0 deletions

24
.woodpecker.yml Normal file
View File

@ -0,0 +1,24 @@
pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
registry: tuxpa.in
repo: tuxpa.in/a/pprof
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/pprof
tags: stable
dockerfile: Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD