From 6b894236002cc3e9058a5e83f00898536ccdf1e4 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Mon, 26 Feb 2024 12:41:38 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/actions/deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/deploy/action.yaml b/.github/workflows/actions/deploy/action.yaml index 76cc7584..e351dcc5 100644 --- a/.github/workflows/actions/deploy/action.yaml +++ b/.github/workflows/actions/deploy/action.yaml @@ -85,7 +85,7 @@ runs: run: | docker pull ${{ inputs.github_image_name }}@${{ inputs.image_digest }} docker tag ${{ inputs.github_image_name }}@${{ inputs.image_digest }} ${{ inputs.github_image_name }}:${{ inputs.environment }} - docker push ${{ inputs.github_image_name }}:${{ inputs.environment }} + docker push ${{ inputs.OPENSHIFT_IMAGE_REPO }}:${{ inputs.environment }} - name: Tag the image in the OpenShift container registry as ${{ inputs.environment }} shell: bash