Use woodpecker for CI #8

Merged
jacob1123 merged 19 commits from woodpecker into master 2022-02-13 14:16:39 +01:00
5 changed files with 66 additions and 10 deletions
Showing only changes of commit 15bb73de30 - Show all commits

View File

@ -8,12 +8,9 @@ pipeline:
docker: docker:
image: plugins/docker image: plugins/docker
secrets: [ docker_username, docker_password ]
settings: settings:
registry: hub.javil.eu registry: hub.javil.eu
username:
from_secret: docker_user
password:
from_secret: docker_password
repo: hub.javil.eu/budgeteer repo: hub.javil.eu/budgeteer
context: build context: build
dockerfile: build/Dockerfile dockerfile: build/Dockerfile