1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-21 18:44:19 +00:00

Allow overriding the version number when building a new image

This commit is contained in:
Steffo 2024-07-12 04:45:36 +02:00
parent a2c3e467e2
commit d95c07db6b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -7,7 +7,14 @@ on:
- "v*"
# Can also be triggered manually
workflow_dispatch:
inputs:
version:
type: string
description: "Semantic version number to use when building the image."
required: true
jobs:
ghcrio:
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main
with:
version: ${{ inputs.version }}