Skip to content

Publish Pre-release UID2 Docker Image by @cYKatherine #50

Publish Pre-release UID2 Docker Image by @cYKatherine

Publish Pre-release UID2 Docker Image by @cYKatherine #50

name: Release UID2 TCPORTAL Image
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} UID2 Docker Image by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
release_type:
type: choice
description: 'The type of release'
options:
- Major
- Minor
- Patch
- Snapshot
jobs:
Image:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@kcc-UID2-2674-implement-shared-publish-to-docker-versioned
with:
release_type: ${{ inputs.release_type }}
docker_file: Dockerfile_uid2
docker_image_name: iabtechlab/uid2-tcportal
docker_registry: ghcr.io
secrets: inherit