diff --git a/.github/workflows/build-and-push-docker-image-dev.yml b/.github/workflows/build-and-push-docker-image-dev.yml index a7a308f2..7b591f21 100644 --- a/.github/workflows/build-and-push-docker-image-dev.yml +++ b/.github/workflows/build-and-push-docker-image-dev.yml @@ -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 diff --git a/temp b/temp index e477f7db..a1c2b7dd 100644 --- a/temp +++ b/temp @@ -1 +1 @@ -Just a file to trigger the build workflow +Just a file to trigger the build workflow.