Skip to content

Commit

Permalink
Update docker-publish.yml (#1089)
Browse files Browse the repository at this point in the history
add manual trigger
  • Loading branch information
koin612 authored May 21, 2024
1 parent bd83885 commit 9e2dcf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ name: Build Docker Image
on:
release:
types: [published]
workflow_dispatch:
inputs:
version:
description: Version Number of release to be created (e.g. 1.2.3)
type: string
default: ''
required: true

env:
REGISTRY: docker.io
Expand Down

0 comments on commit 9e2dcf6

Please sign in to comment.