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 5c23b65 + 472399e commit 6f4af5bCopy full SHA for 6f4af5b
2 files changed
.github/workflows/pr.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
shared-operator-workflow:
9
name: shared-operator-workflow
10
- uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.2
+ uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.3
11
with:
12
GO_VERSION: ~1.21
13
RUN_UNIT_TESTS: true
.github/workflows/push.yml
@@ -9,7 +9,7 @@ on:
- uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.2
+ uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.3
secrets:
14
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
15
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments