1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

ci: Add retry on failure

This commit is contained in:
Daniel Hiller 2023-12-20 23:50:51 +01:00
parent 804a888827
commit 55d60d6c24
2 changed files with 11 additions and 2 deletions

View file

@ -95,4 +95,13 @@ jobs:
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:dev
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
rerun-failed-jobs:
runs-on: [self-hosted]
needs: [ build, merge]
if: failure()
steps:
- name: Rerun failed jobs in the current workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh run rerun ${{ github.run_id }} --failed

2
temp
View file

@ -1 +1 @@
Just a file to trigger the build workflow
Just a file to trigger the build workflow.