Skip to content

Commit

Permalink
ci: fix promotion job
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Sep 29, 2022
1 parent 275515c commit d65404b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-release-promote.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Docker release promote"

on:
workflow_dispatch:
inputs:
release_tag:
description: "Release tag for promotion"
required: true
type: string
workflow_call:
inputs:
release_tag:
Expand Down

0 comments on commit d65404b

Please sign in to comment.