Skip to content

Commit

Permalink
ci: workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 3, 2024
1 parent 0759b9d commit 61f687b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manually-build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build & Publish to Docker Hub from Tag

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag from which build images'
type: string
required: true
workflow_call:
inputs:
tag:
Expand Down

0 comments on commit 61f687b

Please sign in to comment.