Skip to content

Commit b21239c

Browse files
author
Yoan Moscatelli
committed
⚗️ skopeo try ssh to it
1 parent 2e5ac38 commit b21239c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ jobs:
6767
artifact-name: ${{ steps.upload.outputs.name }}
6868
artifact-link: ${{ steps.upload.outputs.link }}
6969
steps:
70+
- name: "Debug: SSH to runner"
71+
uses: scality/actions/action-ssh-to-runner@1.5.0
72+
with:
73+
tmate-server-host: ${{ secrets.TMATE_SERVER_HOST }}
74+
tmate-server-port: ${{ secrets.TMATE_SERVER_PORT }}
75+
tmate-server-rsa-fingerprint: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }}
76+
tmate-server-ed25519-fingerprint: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }}
77+
timeout-minutes: 30
78+
if: always()
7079
- name: show skopeo version
7180
run: skopeo --version
7281
- name: Pull Fluent Bit image before authentication

0 commit comments

Comments
 (0)