go-todos-app/.woodpecker/publish-latest.yaml
Michael Thomson 23ac1417be
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dryrun Pipeline was successful
ci/woodpecker/push/publish-tag Pipeline was successful
ci/woodpecker/push/publish-latest Pipeline failed
docker and CI (#1)
Reviewed-on: #1
Co-authored-by: Michael Thomson <michael@michaelthomson.dev>
Co-committed-by: Michael Thomson <michael@michaelthomson.dev>
2024-06-09 03:23:09 +00:00

18 lines
377 B
YAML

steps:
publish-latest:
image: woodpeckerci/plugin-kaniko
settings:
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
registry: https://gitea.michaelthomson.dev
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: gitea_token
when:
branch: main
event: [push]
depends_on:
- build
- dryrun