mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.inputs.branch }}
|
||||
ref: ${{ github.event.inputs.branch || 'master' }}
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
@@ -46,4 +46,4 @@ jobs:
|
||||
file: ./docker/images/n8n-custom/Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: n8nio/n8n:${{ github.event.inputs.tag }}
|
||||
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
||||
|
||||
Reference in New Issue
Block a user