Skip to content

Commit 788a770

Browse files
committed
Update ubi8 to ubi9.
Signed-off-by: xuezhaojun <[email protected]>
1 parent ce68f23 commit 788a770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: install imagebuilder
5454
run: go install github.com/openshift/imagebuilder/cmd/[email protected]
5555
- name: pull base image
56-
run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
56+
run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
5757
- name: images
5858
run: |
5959
IMAGE_TAG=${{ needs.env.outputs.RELEASE_VERSION }}-${{ matrix.arch }} \

0 commit comments

Comments
 (0)