[backend] fix github action
This commit is contained in:
parent
fbfc439e04
commit
340fde01a1
3
.github/workflows/build-and-deploy.yaml
vendored
3
.github/workflows/build-and-deploy.yaml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: little-core-labs/get-git-tag@v3.0.1
|
- uses: little-core-labs/get-git-tag@v3.0.1
|
||||||
id: tagName
|
id: tagName
|
||||||
|
with:
|
||||||
|
tagRegex: "v(.*)"
|
||||||
|
tagRegexGroup: 1
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user