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.
2 parents 6bd3c5e + 359ee38 commit 85d0798Copy full SHA for 85d0798
.github/workflows/stackhpc-build-kayobe-image.yml
@@ -90,7 +90,7 @@ jobs:
90
build-args: |
91
http_proxy=${{ inputs.http_proxy }}
92
https_proxy=${{ inputs.https_proxy }}
93
- BASE_IMAGE=${{ inputs.base_image }}
+ BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
94
push: true
95
tags: ${{ steps.meta.outputs.tags }}
96
labels: ${{ steps.meta.outputs.labels }}
0 commit comments