Skip to content

Commit 4357468

Browse files
author
Leandro Ferreira
committed
Update publish-backend.yml
1 parent cf6821c commit 4357468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-backend.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- 'master'
8+
tags:
9+
- 'v*'
810

911
jobs:
1012
publish_backend:
@@ -30,7 +32,7 @@ jobs:
3032
images: |
3133
images: ghcr.io/writeopia/writeopia-backend
3234
tags: |
33-
type=semver,pattern={{raw}}
35+
type=semver,pattern={{version}}
3436
type=sha
3537
3638
- name: Release build

0 commit comments

Comments
 (0)