🐳 Add Raspberry Pi Docker image

This commit is contained in:
Jan Oberhauser
2020-07-05 19:18:01 +02:00
parent 62612d0ad4
commit 559afb488b
3 changed files with 46 additions and 0 deletions

View File

@@ -32,3 +32,8 @@ jobs:
run: docker build --build-arg N8N_VERSION=${{steps.vars.outputs.tag}} -t n8nio/n8n:${{steps.vars.outputs.tag}}-ubuntu docker/images/n8n-ubuntu
- name: Push Docker image of version (Ubuntu)
run: docker push n8nio/n8n:${{steps.vars.outputs.tag}}-ubuntu
- name: Build the Docker image of version (Rpi)
run: docker build --build-arg N8N_VERSION=${{steps.vars.outputs.tag}} -t n8nio/n8n:${{steps.vars.outputs.tag}}-rpi docker/images/n8n-rpi
- name: Push Docker image of version (Rpi)
run: docker push n8nio/n8n:${{steps.vars.outputs.tag}}-rpi