This commit is contained in:
12
.woodpecker.yaml
Normal file
12
.woodpecker.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: woodpeckerci/plugin-kaniko
|
||||||
|
settings:
|
||||||
|
repo: ${CI_REPO}
|
||||||
|
tags: latest
|
||||||
|
registry: git.codemowers.io
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
extra_opts: --single-snapshot
|
||||||
Reference in New Issue
Block a user