Remove 'v' In Tag Versioning (#99)
This commit is contained in:
parent
63cabe8f1f
commit
1ba6cc5a40
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release-containers.yml
vendored
6
.github/workflows/release-containers.yml
vendored
|
|
@ -5,13 +5,13 @@ on:
|
|||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version to release (e.g., v0.1.0)'
|
||||
description: 'Version to release (e.g., 0.1.0)'
|
||||
required: true
|
||||
default: 'v0.0.1'
|
||||
default: '0.0.1'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue