Skip to content

Commit

Permalink
Merge pull request #43 from LeiCoin-official/leicoin-pos-v2
Browse files Browse the repository at this point in the history
fixed workflow call evemnt arg is dockr publish worklfow
  • Loading branch information
LeiCraft authored Dec 29, 2024
2 parents 2c4abae + f4e630f commit bae1dd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ description: Publish Docker image for a new version.

on:
workflow_call:
inputs:
version:
description: 'Release version Format: x.y.z-[alpha|beta|pre].n'
required: true
type: string
pre_release:
description: 'Is this a pre-release?'
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit bae1dd2

Please sign in to comment.