We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5ac38 commit b21239cCopy full SHA for b21239c
.github/workflows/build.yaml
@@ -67,6 +67,15 @@ jobs:
67
artifact-name: ${{ steps.upload.outputs.name }}
68
artifact-link: ${{ steps.upload.outputs.link }}
69
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()
79
- name: show skopeo version
80
run: skopeo --version
81
- name: Pull Fluent Bit image before authentication
0 commit comments