Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
UPI05 committed Aug 16, 2024
1 parent a642002 commit 4227503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:

- name: Trigger CD with ArgoCD
run: |
argocd login ${{ ARGOCD_SERVER }} \
--username ${{ ARGOCD_USERNAME }} \
--password ${{ ARGOCD_PASSWD }} \
argocd login ${{ secrets.ARGOCD_SERVER }} \
--username ${{ secrets.ARGOCD_USERNAME }} \
--password ${{ secrets.ARGOCD_PASSWD }} \

0 comments on commit 4227503

Please sign in to comment.