Skip to content

Commit

Permalink
Only release images on submariner-io
Browse files Browse the repository at this point in the history
This avoids attempting to release images from forks.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Sep 1, 2023
1 parent ad48efe commit a148c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a148c55

Please sign in to comment.