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 76b181a commit 40b00d7Copy full SHA for 40b00d7
.github/workflows/stackhpc-build-kayobe-image.yml
@@ -92,7 +92,7 @@ jobs:
92
build-args: |
93
http_proxy=${{ inputs.http_proxy }}
94
https_proxy=${{ inputs.https_proxy }}
95
- BASE_IMAGE=${{ inputs.base_image }}
+ BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
96
KAYOBE_USER_UID=1001
97
KAYOBE_USER_GID=1001
98
push: true
0 commit comments