File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments