Browse Source

up build docker

ljw 1 year ago
parent
commit
f90987de8d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build.yml

+ 3 - 3
.github/workflows/build.yml

@@ -163,9 +163,9 @@ jobs:
163
     needs: docker
163
     needs: docker
164
     runs-on: ubuntu-latest
164
     runs-on: ubuntu-latest
165
     steps:
165
     steps:
166
-      - name: Extract version from tag
167
-        id: vars
168
-        run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
166
+#      - name: Extract version from tag
167
+#        id: vars
168
+#        run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
169
 
169
 
170
       - name: Log in to Docker Hub
170
       - name: Log in to Docker Hub
171
         uses: docker/login-action@v2
171
         uses: docker/login-action@v2