From 84ed8ed5cddd42d6bfd42f048cd9847604ea43a2 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Thu, 29 Jun 2023 18:12:09 +0400 Subject: [PATCH] Debugging --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 875eb30b..059897cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,6 +123,10 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=min + + - name: Debug if fails + if: failure() + uses: mxschmitt/action-tmate@v3 - name: Push image to GitHub Container Registry run: docker image push --all-tags ghcr.io/${{ env.IMAGE_NAME }}