Skip to content

Commit fc503e5

Browse files
committed
make forked publish more friendly
Signed-off-by: Scott Trent <[email protected]>
1 parent a0c30f0 commit fc503e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-images.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ jobs:
3636
registry_token: ${{ secrets.QUAY_BOT_TOKEN }}
3737
version: ${{ steps.version.outputs.version }}
3838
additional_tags: ${{ steps.additional_tags.outputs.result }}
39+
40+
if: github.repository_owner != 'sustainable-computing-io'
41+
name: forked repository
42+
run: echo "Skipping official publish image step on forked repo."

0 commit comments

Comments
 (0)