We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68f23 commit 788a770Copy full SHA for 788a770
.github/workflows/go-release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: install imagebuilder
54
run: go install github.com/openshift/imagebuilder/cmd/[email protected]
55
- name: pull base image
56
- run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
+ run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
57
- name: images
58
run: |
59
IMAGE_TAG=${{ needs.env.outputs.RELEASE_VERSION }}-${{ matrix.arch }} \
0 commit comments