Skip to content

Commit

Permalink
feat(workflows): add docker tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdassonvil committed May 22, 2024
1 parent 5a1808e commit 2247e32
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-tag-v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Docker tag

on:
workflow_call:
docker_image_name:
type: string
required: true
from:
type: string
required: true
to:
type: string
required: true

0 comments on commit 2247e32

Please sign in to comment.