Skip to content

Commit 3b41d0c

Browse files
committed
wip
1 parent a4f0eba commit 3b41d0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/redhat-distro-container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,7 @@ jobs:
140140
tags: ${{ env.IMAGE_NAME }}:${{ github.sha }}${{ github.ref == 'refs/heads/main' && format(',{0}:latest', env.IMAGE_NAME) || '' }} # only update 'latest' tag if push is to the 'main' branch
141141
cache-from: type=gha
142142
cache-to: type=gha,mode=max
143+
144+
- name: Setup tmate session
145+
if: ${{ always() }}
146+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)