[backend] fix github action

This commit is contained in:
Halit Aksoy 2024-06-18 00:48:44 +03:00
parent fbfc439e04
commit 340fde01a1

View File

@ -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