Drop down one version on teh build plugin
Some checks failed
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Failing after 14s
Build and push / sync-argocd-app (push) Has been skipped

This commit is contained in:
Luke R 2024-05-02 13:24:30 -07:00
parent 1ea0f0f91e
commit 0667566ac4

View File

@ -54,7 +54,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v2
with:
context: .
push: true
@ -62,7 +62,7 @@ jobs:
dragon-bot/dragon-bot:latest
dragon-bot/dragon-bot:${{ gitea.run_id }}
sync-argocd-app:
needs: changes
needs: [changes, Build-and-Push-Docker]
# if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
steps:
- name: Sync app in ArgoCD