We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d2233b + 1d6702b commit 0bf7300Copy full SHA for 0bf7300
.github/workflows/release.yaml
@@ -48,6 +48,8 @@ jobs:
48
with:
49
ushift-gitref: ${{ inputs.ushift-gitref }}
50
okd-version-tag: ${{ inputs.okd-version-tag != 'latest' && inputs.okd-version-tag || steps.detect-okd-version.outputs.okd-version-tag }}
51
+ bootc-image-url: quay.io/centos-bootc/centos-bootc
52
+ bootc-image-tag: stream10
53
build: ${{ inputs.build }}
54
55
# Test the local container image with the quick start and clean procedures
0 commit comments