Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
ci: Re-float to builder image
Browse files Browse the repository at this point in the history
Until something is tagging the builder image, quay.io is going to GC
older images.
  • Loading branch information
cgwalters committed Nov 9, 2023
1 parent 5bf5ee3 commit 322cdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: quay.io/centos-boot/builder:latest@sha256:40a3e8c20709efd7dc17e474d6d3da31f727956d2ad212bbb622821ecafb8adf
image: quay.io/centos-boot/builder:latest
options: --privileged

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: quay.io/centos-boot/builder:latest@sha256:40a3e8c20709efd7dc17e474d6d3da31f727956d2ad212bbb622821ecafb8adf
image: quay.io/centos-boot/builder:latest
options: --privileged

strategy:
Expand Down

0 comments on commit 322cdd7

Please sign in to comment.