From 54a1ca4f737ebdc2daade963aba29ffc90020b01 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Thu, 23 Nov 2023 04:54:53 +0100 Subject: [PATCH] Use tmate for debugging --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c426c7..81fde53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,6 +85,11 @@ jobs: tags: ghcr.io/diracgrid/diracx/services-base:latest platforms: linux/amd64,linux/arm64 build-args: ${{steps.build_base.outputs.digest}} + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Build and push client-base uses: docker/build-push-action@v5 with: