🐳 Fix automatic nightly build

This commit is contained in:
Jan Oberhauser 2020-12-31 12:17:00 +01:00
parent 638310fa94
commit ad2909a8a6

View file

@ -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' }}