diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4ec02a8..f43e9fb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,7 +14,7 @@ env: jobs: docker-image-build-and-push: - if: github.event_name == 'push' || (github.event.pull_request.merged == true) + if: github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: @@ -74,7 +74,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64,windows/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max