Update .gitea/workflows/tmate.yml
Add new image
This commit is contained in:
@@ -1,9 +1,16 @@
|
|||||||
name: CI
|
name: checkout
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
checkout:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: git.phyllo.me/roots/fedora-iso-creation:42
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: https://github.com/mxschmitt/action-tmate@v3
|
- uses: https://github.com/mxschmitt/action-tmate@v3
|
Reference in New Issue
Block a user