Skip to content

Commit af333fd

Browse files
committed
Update workflow for base image
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 4fb6743 commit af333fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Verify latest UBI image is present
20-
run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest
20+
run: docker pull quay.io/centos/centos:stream10-minimal
2121

2222
- name: Install CEKit
2323
uses: cekit/[email protected]

0 commit comments

Comments
 (0)