Reviewed-on: #1 Co-authored-by: Michael Thomson <michael@michaelthomson.dev> Co-committed-by: Michael Thomson <michael@michaelthomson.dev>
15 lines
262 B
YAML
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
|
|
|