From 627240ad0079dae113d6241a445fa3328fb6c7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 7 Jun 2025 22:52:56 +0300 Subject: [PATCH] Update test_publish.yml --- .github/workflows/test_publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 3279d87..c99819d 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -9,6 +9,7 @@ on: branches: [main] # TODO - enable build on pull requests if build times can be reduced # pull_request: + workflow_dispatch: env: IMAGE_REPOSITORY: ghcr.io/denizsafak/abogen @@ -48,7 +49,7 @@ jobs: uses: docker/build-push-action@v6 with: context: ./abogen - file: Dockerfile + file: ./abogen/Dockerfile platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x # Only push if we are publishing a release push: ${{ github.event_name == 'release' && github.event.action == 'published' }}