Skip to content

Commit 3c492a2

Browse files
author
mmahipal
committed
changed Github actions to use branch name as tag
1 parent 095052b commit 3c492a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker
1+
name: Operator Image
22

33
on:
44
push:
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF}" >> "$GITHUB_ENV"
4747

4848
# Build and push Operator image (don't push on PR)
49-
- name: Build and push Docker image
49+
- name: Build and push Operator image
5050
run: |
5151
make generate
5252
make manifests

0 commit comments

Comments
 (0)