Skip to content

Release UID2 Docker Image by @cYKatherine #36

Release UID2 Docker Image by @cYKatherine

Release UID2 Docker Image by @cYKatherine #36

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
pull_request:
env:
REGISTRY: ghcr.io
IMAGE_NAME: iabtechlab/uid2-tcportal
jobs:
Image:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@kcc-UID2-2674-implement-shared-publish-to-docker-versioned

Check failure on line 22 in .github/workflows/release-docker-image-uid2.yaml

View workflow run for this annotation

GitHub Actions / Release UID2 TCPORTAL Image

Invalid workflow file

The workflow is not valid. .github/workflows/release-docker-image-uid2.yaml (Line: 22, Col: 11): Input docker_image_name is required, but not provided while calling. .github/workflows/release-docker-image-uid2.yaml (Line: 22, Col: 11): Input docker_registry is required, but not provided while calling.
with:
release_type: ${{ inputs.release_type }}
docker_file: Dockerfile_uid2
secrets: inherit