We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b41a6 commit 25edb95Copy full SHA for 25edb95
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Determine Java version
20
id: java_version
21
run: |
22
- if [[ "${{ matrix.base-image-tag }}" == *"-buster" ]] || [[ "${{ matrix.base-image-tag }}" == *"-bullseye" ]]; then
+ if [[ "${{ matrix.base-image-tag }}" == *"-bullseye" ]]; then
23
echo 'version=11' >> $GITHUB_OUTPUT
24
else
25
echo 'version=17' >> $GITHUB_OUTPUT
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
0 commit comments