Updated Docker image generation for GH action
This commit is contained in:
parent
182ba7abe7
commit
ccae3366a5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_and_push_docker.yml
vendored
1
.github/workflows/build_and_push_docker.yml
vendored
|
|
@ -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 }}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue