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:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'Version to release (e.g., v0.1.0)'
|
description: 'Version to release (e.g., 0.1.0)'
|
||||||
required: true
|
required: true
|
||||||
default: 'v0.0.1'
|
default: '0.0.1'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue