feat: automatic CI

This commit is contained in:
hexlocation pc 2024-07-12 21:56:23 +02:00
parent db01e0494f
commit 64b288718d
3 changed files with 31 additions and 1 deletions

17
.woodpecker.yaml Normal file
View file

@ -0,0 +1,17 @@
when:
branch: ['dev', 'stable']
event: ["push", "manual"]
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [ gitpat ]
settings:
repo: git.iwakura.rip/hex/iwakura-web
platforms: linux/amd64
dockerfile: Dockerfile
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: hex
registry: git.iwakura.rip
#insecure: true
password:
from_secret: gitpat