Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit f312637

Browse files
committed
accept not annotated tags
1 parent a4e133a commit f312637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ secrets.DOCKER_HUB_USERNAME }}
1818
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
1919
- name: Create VERSION File
20-
run: git describe > src/api/VERSION
20+
run: git describe --tags > src/api/VERSION
2121
- name: Push to Docker Hub
2222
uses: docker/build-push-action@v2
2323
with:

0 commit comments

Comments
 (0)