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 4526244 + 1bd2db2 commit 5c23b65Copy full SHA for 5c23b65
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.1
+ uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.1.2
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.1
+ uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.2
secrets:
14
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
15
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments