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 da965fa commit a04ccfdCopy full SHA for a04ccfd
.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 != '' && [github.event.inputs.base_version] || [17, 21, 24] }}
+ base_version: ${{ github.event.inputs.base_version != '' && fromJSON('["' + github.event.inputs.base_version + '"]') || fromJSON('["17","21","24"]') }}
28
runs-on: ubuntu-latest
29
permissions:
30
packages: write
0 commit comments