From 75ded11b7b14686cd02465d2cd23e049f7ba0128 Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Wed, 18 Dec 2024 19:03:29 -0600 Subject: [PATCH] Fix int test bug --- .github/workflows/int-test-workflow.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/int-test-workflow.yml b/.github/workflows/int-test-workflow.yml index 00f51ce2e..8f0b39a55 100644 --- a/.github/workflows/int-test-workflow.yml +++ b/.github/workflows/int-test-workflow.yml @@ -155,9 +155,6 @@ jobs: - name: Login to Amazon ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v1 - - name: Pull Splunk Operator Image Locally and change name - run: | - docker tag ${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA ${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA - name: Tag and Push Splunk Enterprise Image to ECR run: | docker tag ${{ env.SPLUNK_ENTERPRISE_IMAGE }} ${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_ENTERPRISE_IMAGE }}