feat(ci): change to el10

This commit is contained in:
madonuko
2024-08-31 16:57:13 +08:00
parent 906d0eb456
commit e85628a37b
9 changed files with 77 additions and 64 deletions
+3 -7
View File
@@ -3,10 +3,7 @@ name: Push comps updates
on:
push:
branches:
- f40
- f39
- f38
- f37
- el10
paths:
- comps.xml
workflow_dispatch:
@@ -15,14 +12,13 @@ jobs:
update-comps:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f40
image: ghcr.io/terrapkg/builder:frawhide
steps:
- uses: actions/checkout@v4
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"terra${ver}" comps.xml
"terra${branch}" comps.xml