From a148c559d8d72ba12948ff3fb6d9b22a8aa055dc Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 1 Sep 2023 17:32:55 +0200 Subject: [PATCH] Only release images on submariner-io This avoids attempting to release images from forks. Signed-off-by: Stephen Kitt --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d15ae1e64..0d0004d7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ permissions: {} jobs: release: name: Release Images + if: github.repository_owner == 'submariner-io' runs-on: ubuntu-latest steps: - name: Check out the repository