fix: set version info for Docker image

This commit is contained in:
JustSong
2022-12-10 15:23:38 +08:00
parent 1aaa8b64b5
commit 62c5ef7f4f
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -20,6 +20,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Save version info
run: |
git describe --tags > VERSION
- name: Log in to Docker Hub
uses: docker/login-action@v2
with: