3 Commits
asdgsa ... main

Author SHA1 Message Date
27a13700e6 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 5m40s
2025-11-14 21:08:35 +00:00
636b9941bd Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 16:00:38 +00:00
88de705b44 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 4s
2025-11-12 15:54:43 +00:00

View File

@@ -2,15 +2,14 @@ name: release
on:
push:
tags:
- '*'
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-cloud-42
container:
image: git.phyllo.me/roots/fedora-iso-creation:42
# container: git.phyllo.me/roots/fedora-runner-image:42
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
- uses: checkout@v6
with:
fetch-depth: 0