[backend] fix github actions
This commit is contained in:
parent
58c594c0b1
commit
975cdee43a
3
.github/workflows/build-and-deploy.yaml
vendored
3
.github/workflows/build-and-deploy.yaml
vendored
@ -10,6 +10,9 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: little-core-labs/get-git-tag@v3.0.1
|
||||||
|
id: tagName
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user