Skip to content

Commit 203da6f

Browse files
Tmate Session
1 parent 61b2262 commit 203da6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
with:
3535
context: .
3636
push: true
37-
tags: ghcr.io/virtualcell/modelbricks:${{ env.SHORT_SHA }}
37+
tags: ghcr.io/virtualcell/modelbricks:${{ env.SHORT_SHA }}
38+
39+
- name: Setup tmate session 3
40+
uses: mxschmitt/action-tmate@v3
41+
if: ${{ failure() }}

0 commit comments

Comments
 (0)