Skip to content

Commit 791a45e

Browse files
committed
Updated Docker release workflow
1 parent 70bfd4b commit 791a45e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-e2e-test-suites-docker-image.yaml renamed to .github/workflows/release-docker-image.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ on:
1818

1919
jobs:
2020
Image:
21-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.8
21+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v3
2222
with:
2323
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
24+
vulnerability_severity: ${{ inputs.vulnerability_severity }}
25+
java_version: 21
2826
secrets: inherit

0 commit comments

Comments
 (0)