Updated Docker image generation for GH action

This commit is contained in:
Kieran Eglin 2024-03-22 23:15:43 -07:00
parent ba0a1ba100
commit 11d160008c
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -27,6 +27,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
file: ./selfhosted.Dockerfile
tags: 'keglin/pinchflat:${{ github.event.inputs.image_tag }}'