Skip to content

Commit 1355441

Browse files
committed
CI: Fix default kayobe base image when built on push
Inputs are not available to workflows triggered by a push. Apply a default to the base image. (cherry picked from commit 359ee38)
1 parent 76b181a commit 1355441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
build-args: |
9393
http_proxy=${{ inputs.http_proxy }}
9494
https_proxy=${{ inputs.https_proxy }}
95-
BASE_IMAGE=${{ inputs.base_image }}
95+
BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
9696
KAYOBE_USER_UID=1001
9797
KAYOBE_USER_GID=1001
9898
push: true

0 commit comments

Comments
 (0)