Skip to content

Add some automation for doing periodic mass rebuilds of Fedora packages #1

Add some automation for doing periodic mass rebuilds of Fedora packages

Add some automation for doing periodic mass rebuilds of Fedora packages #1

name: "Build Reproducer Container"
on:
push:
permissions:
contents: read
jobs:
build-reproducer-contianer:
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- run: |
apt-get -y update

Check failure on line 17 in .github/workflows/build-reproducer-container.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-reproducer-container.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
apt-get -y install podman
podman build -t ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer containers/reproducer
podman push ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer containers/reproducer