Drop down one version on teh build plugin
This commit is contained in:
parent
1ea0f0f91e
commit
0667566ac4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user