Skip to content

Commit a77edca

Browse files
committed
ci: tag with and without v prefix
1 parent 99561b4 commit a77edca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Semantic version to label the Docker image under'
7+
description: 'Semantic version to label the Docker image under (no "v" prefix, e.g. "1.2.3")'
88
required: true
99
type: string
1010
tag_latest:
@@ -46,4 +46,5 @@ jobs:
4646
push: true
4747
tags: |
4848
ghcr.io/crosstalk-solutions/project-nomad:${{ inputs.version }}
49+
ghcr.io/crosstalk-solutions/project-nomad:v${{ inputs.version }}
4950
${{ inputs.tag_latest && 'ghcr.io/crosstalk-solutions/project-nomad:latest' || '' }}

0 commit comments

Comments
 (0)