Add first attempt at CI/CD

This commit is contained in:
Yvan Janssens 2023-03-22 10:10:51 +00:00
parent 60db2e82df
commit fc52f8e0a8

11
.woodpecker.yml Normal file
View 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