mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐳 Fix automatic nightly build
This commit is contained in:
4
.github/workflows/docker-images-nightly.yml
vendored
4
.github/workflows/docker-images-nightly.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.branch }}
|
ref: ${{ github.event.inputs.branch || 'master' }}
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
@@ -46,4 +46,4 @@ jobs:
|
|||||||
file: ./docker/images/n8n-custom/Dockerfile
|
file: ./docker/images/n8n-custom/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: n8nio/n8n:${{ github.event.inputs.tag }}
|
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user