Skip to content

Commit

Permalink
Containerfile -> Containerfile.mass-rebuild (#1001)
Browse files Browse the repository at this point in the history
Just to clean up the naming.

See #864 for the original mass rebuild PR.
  • Loading branch information
kwk authored Jan 9, 2025
1 parent 351ff2b commit 0cb2b0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reproducer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit 0cb2b0d

Please sign in to comment.