Skip to content

Commit 3f6d72c

Browse files
authored
Merge pull request #148 from trent-s/main
Currently update action file
2 parents 0799c91 + 6ae0dda commit 3f6d72c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/publish-images.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish:
9-
if: github.repository_owner == 'sustainable-computing-io'
9+
if: github.repository_owner == 'sustainable-computing-io'
1010
name: Publish operator container images
1111
environment: SusQL-Environment
1212
runs-on: ubuntu-latest
@@ -36,3 +36,13 @@ jobs:
3636
registry_token: ${{ secrets.QUAY_BOT_TOKEN }}
3737
version: ${{ steps.version.outputs.version }}
3838
additional_tags: ${{ steps.additional_tags.outputs.result }}
39+
40+
else:
41+
if: github.repository_owner != 'sustainable-computing-io'
42+
name: forked repository
43+
environment: SusQL-Environment
44+
runs-on: ubuntu-latest
45+
steps:
46+
- name: Update the log
47+
shell: bash
48+
run: echo "Skipping official publish image step on forked repo."

0 commit comments

Comments
 (0)