Files
packages/.github/workflows/update-comps.yml
T
Gilver 9f98822466 chore: EOL 41 (#8476) (#8481)
(cherry picked from commit 5a50987447)

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
2025-12-18 20:58:05 -06:00

30 lines
621 B
YAML

name: Push comps updates
permissions:
contents: read
on:
push:
branches:
- frawhide
- f42
- el10
paths:
- comps.xml
workflow_dispatch:
jobs:
update-comps:
runs-on: ubuntu-22.04
container:
image: ghcr.io/terrapkg/builder:f42
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