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 a04ccfd commit 2951471Copy full SHA for 2951471
.github/workflows/openjdk-base-image.yml
@@ -24,7 +24,7 @@ jobs:
24
obaas-image:
25
strategy:
26
matrix:
27
- base_version: ${{ github.event.inputs.base_version != '' && fromJSON('["' + github.event.inputs.base_version + '"]') || fromJSON('["17","21","24"]') }}
+ base_version: ${{ fromJSON(github.event.inputs.base_version != '' && format('["{0}"]', github.event.inputs.base_version) || '["17","21","24"]') }}
28
runs-on: ubuntu-latest
29
permissions:
30
packages: write
0 commit comments