Update docker.n8n.io/n8nio/n8n Docker tag to v1.35.0 #1
2 changed files with 6 additions and 6 deletions
|
@ -12,9 +12,9 @@ steps:
|
|||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/sebleh/n8n-custom
|
||||
tags: latest
|
||||
platforms:
|
||||
# platforms:
|
||||
# - linux/arm64
|
||||
- linux/amd64
|
||||
# - linux/amd64
|
||||
|
||||
when:
|
||||
branch:
|
||||
|
@ -30,9 +30,9 @@ steps:
|
|||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/sebleh/n8n-custom
|
||||
tags: latest
|
||||
platforms:
|
||||
# platforms:
|
||||
# - linux/arm64
|
||||
- linux/amd64
|
||||
# - linux/amd64
|
||||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.n8n.io/n8nio/n8n:1.34.1
|
||||
FROM --platform=linux/amd64 n8nio/n8n:1.34.2
|
||||
USER root
|
||||
RUN apk --update add qpdf
|
||||
USER node
|
||||
|
|
Loading…
Reference in a new issue