diff --git a/.github/workflows/build-reproducer-container.yml b/.github/workflows/build-reproducer-container.yml index 02aa539f..446c15d1 100644 --- a/.github/workflows/build-reproducer-container.yml +++ b/.github/workflows/build-reproducer-container.yml @@ -22,6 +22,6 @@ jobs: run: | sudo apt-get -y update sudo apt-get -y install podman - podman build -t ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer -f Containerfile scripts/ + podman build -t ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer -f Containerfile.mass-rebuild scripts/ podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io podman push ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer diff --git a/Containerfile b/Containerfile.mass-rebuild similarity index 100% rename from Containerfile rename to Containerfile.mass-rebuild