This commit is contained in:
parent
28e815f0cc
commit
330038b3b3
1 changed files with 33 additions and 40 deletions
|
@ -1,43 +1,36 @@
|
||||||
name: deploy
|
name: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
settings:
|
||||||
settings:
|
registry: git.ar21.de
|
||||||
registry: git.ar21.de
|
username:
|
||||||
username:
|
from_secret: REGISTRY_USER
|
||||||
from_secret: REGISTRY_USER
|
password:
|
||||||
password:
|
from_secret: REGISTRY_PASS
|
||||||
from_secret: REGISTRY_PASS
|
repo: git.ar21.de/sebleh/n8n-custom
|
||||||
repo: git.ar21.de/sebleh/n8n-custom
|
tags: latest
|
||||||
tags: latest
|
# platforms:
|
||||||
# platforms:
|
# - linux/arm64
|
||||||
# - linux/arm64
|
# - linux/amd64
|
||||||
# - linux/amd64
|
when:
|
||||||
|
branch: main
|
||||||
when:
|
- name: docker-build
|
||||||
branch:
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
- main
|
settings:
|
||||||
- name: docker-build
|
registry: git.ar21.de
|
||||||
image: thegeeklab/drone-docker-buildx
|
username:
|
||||||
privileged: true
|
from_secret: REGISTRY_USER
|
||||||
settings:
|
password:
|
||||||
registry: git.ar21.de
|
from_secret: REGISTRY_PASS
|
||||||
username:
|
repo: git.ar21.de/sebleh/n8n-custom
|
||||||
from_secret: REGISTRY_USER
|
tags: latest
|
||||||
password:
|
# platforms:
|
||||||
from_secret: REGISTRY_PASS
|
# - linux/arm64
|
||||||
repo: git.ar21.de/sebleh/n8n-custom
|
# - linux/amd64
|
||||||
tags: latest
|
dry_run: true
|
||||||
# platforms:
|
when:
|
||||||
# - linux/arm64
|
branch:
|
||||||
# - linux/amd64
|
exclude: main
|
||||||
dry_run: true
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- main
|
|
||||||
when:
|
when:
|
||||||
event:
|
event: push
|
||||||
include:
|
|
||||||
- push
|
|
Loading…
Add table
Reference in a new issue