Updated name for woodpecker

This commit is contained in:
Sebastian Leheis 2025-03-19 00:12:15 +01:00
parent 1191f0d3b2
commit 02a417f68a
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

44
.woodpecker.yaml Normal file
View file

@ -0,0 +1,44 @@
kind: pipeline
name: deploy
steps:
- name: docker
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/sebleh/n8n-custom
tags: latest
# platforms:
# - linux/arm64
# - linux/amd64
when:
branch:
- main
- name: docker-build
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/sebleh/n8n-custom
tags: latest
# platforms:
# - linux/arm64
# - linux/amd64
dry_run: true
when:
branch:
exclude:
- main
when:
event:
include:
- push