From 0cb2b0d509785d45a4e5c7f26c8797b462ea04f9 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 9 Jan 2025 20:10:33 +0100 Subject: [PATCH] Containerfile -> Containerfile.mass-rebuild (#1001) Just to clean up the naming. See #864 for the original mass rebuild PR. --- .github/workflows/build-reproducer-container.yml | 2 +- Containerfile => Containerfile.mass-rebuild | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Containerfile => Containerfile.mass-rebuild (100%) 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