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 afea739 + afade98 commit a857026Copy full SHA for a857026
.github/workflows/tag-release-quay.yml
@@ -1,6 +1,6 @@
1
name: Image push per Github Tag
2
3
-# This GitHub action activates whenever a new tag is created on the repo
+# This GitHub action activates whenever a new tag is created on the repo under "opendatahub-io"
4
# and creates a copy of the image of the associated commit hash with the
5
# appropriate tag name.
6
@@ -14,6 +14,7 @@ env:
14
jobs:
15
copy-tag-to-quay:
16
runs-on: ubuntu-latest
17
+ if: github.repository == 'opendatahub-io/data-science-pipelines-operator'
18
steps:
19
- name: Git checkout
20
uses: actions/checkout@v3
0 commit comments