33 Commits

Author SHA1 Message Date
Lukas Greve
6a2af26495 revert
All checks were successful
make-a-release / release (push) Successful in 16s
2025-11-17 16:18:55 +01:00
Lukas Greve
086f0b3937 ya 2025-11-17 16:16:30 +01:00
Lukas Greve
172cf52bea another test
Some checks failed
make-a-release / release (push) Failing after 13s
2025-11-17 16:14:28 +01:00
Lukas Greve
4f475d321f fix
All checks were successful
make-a-release / release (push) Successful in 10s
2025-11-17 15:58:28 +01:00
Lukas Greve
0c8c412fd1 new version
Some checks failed
make-a-release / release (push) Failing after 0s
2025-11-17 15:56:29 +01:00
Lukas Greve
0d9d2a027a back to devel
All checks were successful
make-a-release / release (push) Successful in 11s
2025-11-17 11:00:51 +01:00
Lukas Greve
2e140e324e new tag 2025-11-17 11:00:25 +01:00
Lukas Greve
3ebfef8dc5 reworked the release part to add a tag
Some checks failed
checkout_fedora-image / checkout (push) Successful in 19s
checkout_ubuntu-image / checkout (push) Successful in 23s
make-a-release / release (push) Failing after 24s
2025-11-17 10:57:47 +01:00
Lukas Greve
6c67b29c40 name the step 2025-11-17 10:57:34 +01:00
Lukas Greve
356a4ac697 update URL
Some checks failed
make-a-release / release (push) Failing after 10s
2025-11-17 10:50:55 +01:00
Lukas Greve
5434b86105 create new release workflow
Some checks failed
make-a-release / release (push) Failing after 3s
2025-11-17 10:50:02 +01:00
Lukas Greve
6b996bfd79 change the trigger branch. Eventually, it will be back to main and we will use develop as as a develop branch (duh!) 2025-11-17 10:49:41 +01:00
Lukas Greve
b6bb63d66b create new dedidacted checkout action
All checks were successful
checkout_fedora-image / checkout (push) Successful in 26s
checkout_ubuntu-image / checkout (push) Successful in 23s
2025-11-17 10:38:27 +01:00
Lukas Greve
daffa92985 rename workflow file name and title, bump the checkout action 2025-11-17 10:38:12 +01:00
d75fa31455 Update .gitea/workflows/fedora-checkout.yml
All checks were successful
release / checkout (push) Successful in 11s
2025-11-16 20:39:12 +00:00
e1478a159d Update .gitea/workflows/fedora-checkout.yml 2025-11-16 20:38:17 +00:00
b4e54c11c1 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-16 20:33:26 +00:00
b61d7fe07e Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-16 20:31:54 +00:00
13c5a002d6 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
testy
2025-11-16 20:28:56 +00:00
980c37f201 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-16 20:22:19 +00:00
dde9f59a21 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 17s
2025-11-16 20:18:29 +00:00
4905840b61 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 2s
2025-11-16 20:17:09 +00:00
0367629b0d Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 4s
move to checkout5
2025-11-16 20:16:01 +00:00
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
62a4ad0954 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 15:53:22 +00:00
230dc91af4 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 15:52:32 +00:00
83cc04ea80 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 14:55:55 +00:00
1b25f944a4 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-12 14:54:22 +00:00
c33d59b53b Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:37:59 +00:00
6f28810290 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:33:19 +00:00
03e309a28d Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 1s
2025-11-10 21:23:18 +00:00
5 changed files with 73 additions and 36 deletions

View File

@@ -0,0 +1,20 @@
name: checkout_fedora-image
on:
push:
branches: [ devel ]
jobs:
checkout:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
container:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0

View File

@@ -0,0 +1,20 @@
name: checkout_ubuntu-image
on:
push:
branches: [ devel ]
jobs:
checkout:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
container:
image: docker.gitea.com/runner-images:ubuntu-latest
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0

View File

@@ -1,15 +0,0 @@
name: release
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: fedora-rawhide-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -0,0 +1,33 @@
name: make-a-release
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
container:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Release
uses: https://git.phyllo.me/devops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: Release.txt

View File

@@ -1,21 +0,0 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'