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.
1 parent a0c30f0 commit fc503e5Copy full SHA for fc503e5
.github/workflows/publish-images.yaml
@@ -36,3 +36,7 @@ jobs:
36
registry_token: ${{ secrets.QUAY_BOT_TOKEN }}
37
version: ${{ steps.version.outputs.version }}
38
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