n8n-custom/.woodpecker.yaml
Sebastian Leheis 330038b3b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
reworked
2025-03-19 00:29:16 +01:00

36 lines
No EOL
798 B
YAML

name: deploy
steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
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: woodpeckerci/plugin-docker-buildx
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: push