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 c99d2c3 + ada76d5 commit 1221d2eCopy full SHA for 1221d2e
.github/workflows/automated-release-workflow.yml
@@ -101,7 +101,11 @@ jobs:
101
102
- name: Promote RC Image to Release
103
run: |
104
+<<<<<<< HEAD
105
docker tag ${{ secrets.PUBLIC_ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_RC_IMAGE_NAME }}:${{ github.event.inputs.release_version }}-RC splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }}
106
+=======
107
+ docker tag splunk/splunk-operator-rc:${{ github.event.inputs.release_version }}-RC splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }}
108
+>>>>>>> ada76d566b7bc359476aecad185349cac7a6ff52
109
docker tag splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }} splunk/splunk-operator:latest
110
111
- name: Push Release Image
0 commit comments