Skip to content

02 - Build RPM specs and SRPMs #40

02 - Build RPM specs and SRPMs

02 - Build RPM specs and SRPMs #40

Workflow file for this run

name: 02 - Build RPM specs and SRPMs
on:
workflow_dispatch: # allow manually triggering builds
jobs:
snapshot-rawhide:
name: Build SRPMs and spec files
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:rpm-builds"
file: "Containerfile"
push: true
tags: ghcr.io/prydom/fedora-kinoite-laptop-rpms:latest