Skip to content

Commit 2fa5b7a

Browse files
author
igor.grzankowski
committed
Use correct naming convention in merge develop to main
1 parent aff7344 commit 2fa5b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/merge-develop-to-main-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
# Build and push Distroless image
9696
- name: Build Distroless Image
9797
run: |
98-
make docker-build IMG=splunk/splunk-operator:${{ github.event.inputs.release_version }}-distroless-RC${{ github.event.inputs.release_candiate_version }} BASE_IMAGE=gcr.io/distroless/static BASE_IMAGE_VERSION=latest
98+
make docker-build IMG=splunk/splunk-operator-distroless:${{ github.event.inputs.release_version }}-RC${{ github.event.inputs.release_candiate_version }} BASE_IMAGE=gcr.io/distroless/static BASE_IMAGE_VERSION=latest
9999
100100
- name: Push Distroless Image
101101
run: |
102-
make docker-push IMG=splunk/splunk-operator:${{ github.event.inputs.release_version }}-distroless-RC${{ github.event.inputs.release_candiate_version }}
102+
make docker-push IMG=splunk/splunk-operator-distroless:${{ github.event.inputs.release_version }}-RC${{ github.event.inputs.release_candiate_version }}
103103
104104
- name: Tag and Push Default UBI RC Image
105105
run: |
@@ -108,8 +108,8 @@ jobs:
108108
109109
- name: Tag and Push Default Distroless RC Image
110110
run: |
111-
docker tag splunk/splunk-operator:${{ github.event.inputs.release_version }}-distroless-RC${{ github.event.inputs.release_candiate_version }} splunk/splunk-operator:${{ github.event.inputs.release_version }}-distroless-RC
112-
docker push splunk/splunk-operator:${{ github.event.inputs.release_version }}-distroless-RC
111+
docker tag splunk/splunk-operator:${{ github.event.inputs.release_version }}-RC${{ github.event.inputs.release_candiate_version }}-distroless splunk/splunk-operator-distroless:${{ github.event.inputs.release_version }}-RC-distroless
112+
docker push splunk/splunk-operator:${{ github.event.inputs.release_version }}-RC-distroless
113113
114114
- name: Generate Release Artifacts
115115
run: |

0 commit comments

Comments
 (0)