Skip to content

Use shared workflow to release docker image #1

Use shared workflow to release docker image

Use shared workflow to release docker image #1

name: Release UID2 Core Image
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} 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:
jobs:
Image:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release-docker-image.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
release_type: ${{ inputs.release_type }}
cloud_provider: 'default'
secrets: inherit