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
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
dragon-bot/dragon-bot:latest
|
dragon-bot/dragon-bot:latest
|
||||||
dragon-bot/dragon-bot:${{ gitea.run_id }}
|
dragon-bot/dragon-bot:${{ gitea.run_id }}
|
||||||
sync-argocd-app:
|
sync-argocd-app:
|
||||||
needs: changes
|
needs: [changes, Build-and-Push-Docker]
|
||||||
# if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
|
# if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Sync app in ArgoCD
|
- name: Sync app in ArgoCD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user