Add first attempt at CI/CD
This commit is contained in:
parent
60db2e82df
commit
fc52f8e0a8
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
@ -0,0 +1,11 @@
|
||||
pipeline:
|
||||
publish-docker-image:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: friedkiwi/code-server-mod
|
||||
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
||||
dockerfile: Dockerfile
|
||||
username: ${CI_REPO_OWNER}
|
||||
registry: git.cyber.gent
|
||||
password:
|
||||
from_secret: gitea_access_token
|
Loading…
Reference in New Issue
Block a user