Skip to content

Using the fork with the dockerfile for el9 #2

Using the fork with the dockerfile for el9

Using the fork with the dockerfile for el9 #2

Workflow file for this run

name: RPM Build rocky9
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package RPM and SRPM
uses: guilbaults/rpm-package-action@centos
with:
path: .
spec: slurm-job-exporter-el9.spec
distro: rocky-9
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/*