Skip to content

Commit 1611ce6

Browse files
committed
chore(CI): tag now is prefixed with v
1 parent 452df99 commit 1611ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
context: ./
4040
file: ./Dockerfile
4141
push: true
42-
tags: mauvesoftware/${{ steps.extract_repo_name.outputs.repo }}:v${{ steps.extract_tag_name.outputs.tag }}
42+
tags: mauvesoftware/${{ steps.extract_repo_name.outputs.repo }}:${{ steps.extract_tag_name.outputs.tag }}
4343

4444
- name: Image digest
4545
run: echo ${{ steps.docker_build_tag.outputs.digest }}

0 commit comments

Comments
 (0)