From 9a8fd75c7106002fc6ec84faf5d0c45dd00e48e7 Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:22:30 +0530 Subject: [PATCH] [MINOR] Fix the docker image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38ee25c..73123d2 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: steps: - name: Run argocd-actions CLI from the image for GH image registry run: | - docker run --rm -i registry.devopsnow.io/public/argocd-sync-action:${{ inputs.image }} \ + docker run --rm -i registry.devopsnow.io/public/argocd-sync:${{ inputs.image }} \ ${{ inputs.action }} \ --application=${{ inputs.appName }} \ --token=${{ inputs.token }} \