Update .gitea/workflows/tmate.yml
Some checks failed
CI / container-test-job (push) Failing after 1s

This commit is contained in:
2025-07-26 18:29:09 +00:00
parent 576c74d360
commit 8313b3a389

View File

@@ -7,5 +7,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.phyllo.me/roots/fedora-iso-creation:42 container: git.phyllo.me/roots/fedora-iso-creation:42
steps: steps:
- name: Check for dockerenv file - uses: https://git.phyllo.me/actions/checkout@v4
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) - name: Setup tmate session
- uses: https://github.com/mxschmitt/action-tmate@v3