Skip to content

feat(workflows): add docker tag workflow #1

feat(workflows): add docker tag workflow

feat(workflows): add docker tag workflow #1

Workflow file for this run

---
name: Docker tag
on:
workflow_call:
docker_image_name:
type: string
required: true
from:
type: string
required: true
to:
type: string
required: true