We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0799c91 + 6ae0dda commit 3f6d72cCopy full SHA for 3f6d72c
.github/workflows/publish-images.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publish:
9
- if: github.repository_owner == 'sustainable-computing-io'
+ if: github.repository_owner == 'sustainable-computing-io'
10
name: Publish operator container images
11
environment: SusQL-Environment
12
runs-on: ubuntu-latest
@@ -36,3 +36,13 @@ jobs:
36
registry_token: ${{ secrets.QUAY_BOT_TOKEN }}
37
version: ${{ steps.version.outputs.version }}
38
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