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

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

31 lines
637 B
YAML

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