docker and CI (#1)
Reviewed-on: #1 Co-authored-by: Michael Thomson <michael@michaelthomson.dev> Co-committed-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
14
.woodpecker/dryrun.yaml
Normal file
14
.woodpecker/dryrun.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user