Update docker-image.yml

This commit is contained in:
Jialinvip
2023-08-07 13:32:56 +08:00
committed by GitHub
parent ade4570f47
commit 68dbce54f6

View File

@@ -21,8 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Save version info
run: |
git describe --tags > VERSION
run: git describe --tags > VERSION
- name: Log in to Docker Hub
uses: docker/login-action@v2