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 70bfd4b commit 791a45eCopy full SHA for 791a45e
…ublish-e2e-test-suites-docker-image.yaml …thub/workflows/release-docker-image.yaml.github/workflows/publish-e2e-test-suites-docker-image.yaml renamed to .github/workflows/release-docker-image.yaml
@@ -18,11 +18,9 @@ on:
18
19
jobs:
20
Image:
21
- uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.8
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v3
22
with:
23
release_type: ${{ inputs.release_type }}
24
- version_number_input: ${{ inputs.version_number_input }}
25
- java_version: '21'
26
- force_release: 'yes'
27
- skip_tests: true
+ vulnerability_severity: ${{ inputs.vulnerability_severity }}
+ java_version: 21
28
secrets: inherit
0 commit comments