From b705e1341fed27f4dae08e4f17839b1e313d2b2b Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Wed, 11 Jun 2025 20:15:02 +0000 Subject: [PATCH] Fixed publish image workflow --- .github/workflows/publish-image.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 4531303..069fc69 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -1,17 +1,13 @@ +--- name: Build and Push Docker Image on: push: branches: - main -permissions: - contents: read - packages: write - -on: - release: - types: [published] pull_request: + branches: + - main types: [opened, synchronize] jobs: