From f9559417638eced8403e81e40a321c176d81ed93 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 26 Jul 2025 17:52:25 +0000 Subject: [PATCH] Update .gitea/workflows/tmate.yml Add new image --- .gitea/workflows/tmate.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/tmate.yml b/.gitea/workflows/tmate.yml index 37568b2..14f2976 100644 --- a/.gitea/workflows/tmate.yml +++ b/.gitea/workflows/tmate.yml @@ -1,9 +1,16 @@ -name: CI -on: [push] +name: checkout + +on: + push: + tags: + - '*' + jobs: - build: - runs-on: ubuntu-latest + checkout: + runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest + container: + image: git.phyllo.me/roots/fedora-iso-creation:42 steps: - - uses: actions/checkout@v4 + - uses: https://git.phyllo.me/actions/checkout@v4 - name: Setup tmate session - uses: https://github.com/mxschmitt/action-tmate@v3 \ No newline at end of file + - uses: https://github.com/mxschmitt/action-tmate@v3 \ No newline at end of file