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 095052b commit 3c492a2Copy full SHA for 3c492a2
.github/workflows/github-actions.yml
@@ -1,4 +1,4 @@
1
-name: Docker
+name: Operator Image
2
3
on:
4
push:
@@ -46,7 +46,7 @@ jobs:
46
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF}" >> "$GITHUB_ENV"
47
48
# Build and push Operator image (don't push on PR)
49
- - name: Build and push Docker image
+ - name: Build and push Operator image
50
run: |
51
make generate
52
make manifests
0 commit comments