Skip to content

Commit

Permalink
Use tmate for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 23, 2023
1 parent 3b322e7 commit 54a1ca4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54a1ca4

Please sign in to comment.