From f3f71401105337654b39d8802469a98bed0fe879 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 15 May 2024 14:23:41 +0000 Subject: [PATCH] DEbugging this nightmare. --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f1131450..de5d300c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -130,6 +130,8 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} type=raw,value=sha-${{ env.GITHUB_SHA_SHORT }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Build and push Docker image id: build-and-push uses: docker/build-push-action@v4