From 298ed501d84f644328312dc9144083f9982d3c8f Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 11 Aug 2025 14:31:07 +0200 Subject: [PATCH] test new image --- workflows/fedora-checkout.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 workflows/fedora-checkout.yml diff --git a/workflows/fedora-checkout.yml b/workflows/fedora-checkout.yml new file mode 100644 index 0000000..46518b6 --- /dev/null +++ b/workflows/fedora-checkout.yml @@ -0,0 +1,15 @@ +name: checkout + +on: + push: + tags: + - '*' + +jobs: + checkout: + runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 + + steps: + - uses: https://git.phyllo.me/actions/checkout@v4 + with: + fetch-depth: 0 \ No newline at end of file