Skip to content

Publish E2E Test Suites: Patch Release #7

Publish E2E Test Suites: Patch Release

Publish E2E Test Suites: Patch Release #7

name: Publish E2E Test Suites
run-name: ${{ format('Publish E2E Test Suites{0} {1} Release', ':', inputs.release_type) }}
on:
workflow_dispatch:
inputs:
release_type:
type: choice
description: 'The type of release'
options:
- Major
- Minor
- Patch
- Snapshot
version_number_input:
description: If set, the version number will not be incremented and the given number will be used.
type: string
default: ''
jobs:
Image:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.4.1-pre
with:
release_type: ${{ inputs.release_type }}
version_number_input: ${{ inputs.version_number_input }}
cloud_provider: 'default'
java_version: '17'
force_release: 'yes'
skip_tests: true
secrets: inherit