up build docker

This commit is contained in:
ljw
2024-09-27 17:26:40 +08:00
parent a1dba6c564
commit 814bf48a54

View File

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