Skip to content

Merge pull request #18 from Ultramarine-Linux/w/dnf5 #45

Merge pull request #18 from Ultramarine-Linux/w/dnf5

Merge pull request #18 from Ultramarine-Linux/w/dnf5 #45

Workflow file for this run

name: Push comps updates
on:
push:
branches:
- um40
paths:
- comps.xml
workflow_dispatch:
jobs:
update-comps:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f40
steps:
- uses: actions/checkout@v3
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/um/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"um${ver}" comps.xml