mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🐳 Fix automatic nightly build
This commit is contained in:
parent
638310fa94
commit
ad2909a8a6
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' }}
|
||||
|
|
Loading…
Reference in a new issue