Updated Docker image generation for GH action

This commit is contained in:
Kieran Eglin 2024-03-22 23:15:43 -07:00
parent 182ba7abe7
commit ccae3366a5

View file

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