Skip to content

Publish Snapshot to Docker #14

Publish Snapshot to Docker

Publish Snapshot to Docker #14

name: Publish Snapshot to Docker
on:
workflow_dispatch:
inputs:
tag:
description: 'The tag to apply to the Docker file'
type: string
jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@main
with:
tag: ${{ inputs.tag }}
cloud_provider: 'default'
release_type: 'Snapshot'
secrets: inherit