mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
Update test_publish.yml
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
# TODO - enable build on pull requests if build times can be reduced
|
# TODO - enable build on pull requests if build times can be reduced
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_REPOSITORY: ghcr.io/denizsafak/abogen
|
IMAGE_REPOSITORY: ghcr.io/denizsafak/abogen
|
||||||
@@ -48,7 +49,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./abogen
|
context: ./abogen
|
||||||
file: Dockerfile
|
file: ./abogen/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||||
# Only push if we are publishing a release
|
# Only push if we are publishing a release
|
||||||
push: ${{ github.event_name == 'release' && github.event.action == 'published' }}
|
push: ${{ github.event_name == 'release' && github.event.action == 'published' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user