Skip to content

Commit

Permalink
[MINOR] Fix the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Feb 8, 2024
1 parent b79106c commit 9a8fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit 9a8fd75

Please sign in to comment.