mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
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
|
||||
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 }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue