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

15 lines
262 B
YAML

steps:
dryrun:
image: woodpeckerci/plugin-kaniko
settings:
dry_run: true
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
tags: latest
when:
branch: main
event: [push, pull_request]
depends_on:
- build