From 68dbce54f6404495e92320a67e8441e2476401b3 Mon Sep 17 00:00:00 2001 From: Jialinvip <129817260+Jialinvip@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:32:56 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 587b500d..37066a3e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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