tsting argocd action
This commit is contained in:
parent
4033115044
commit
6c09d3ed28
@ -61,3 +61,13 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
dragon-bot/dale-bot:latest
|
dragon-bot/dale-bot:latest
|
||||||
dragon-bot/dale-bot:${{ gitea.run_id }}
|
dragon-bot/dale-bot:${{ gitea.run_id }}
|
||||||
|
sync-argocd-app:
|
||||||
|
needs: changes
|
||||||
|
if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
|
||||||
|
steps:
|
||||||
|
- name: Sync app in ArgoCD
|
||||||
|
uses: clowdhaus/argo-cd-action/@main
|
||||||
|
with:
|
||||||
|
version: 2.6.7
|
||||||
|
command: app
|
||||||
|
options: --insecure --server 192.168.1.205 --auth-token ${{ secrets.ARGOCD_TOKEN }} --set dragon-bot --helm-set image.tag=${{ gitea.run_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user