Skip to content

Commit 1221d2e

Browse files
resolve merge conflict
2 parents c99d2c3 + ada76d5 commit 1221d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/automated-release-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ jobs:
101101
102102
- name: Promote RC Image to Release
103103
run: |
104+
<<<<<<< HEAD
104105
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
105109
docker tag splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }} splunk/splunk-operator:latest
106110

107111
- name: Push Release Image

0 commit comments

Comments
 (0)