diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-21 19:47:35 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-21 19:47:35 -0700 |
| commit | 71209a19a9426534c0a10c92649d885051e3cfce (patch) | |
| tree | 3c30e687d649b59d490062739f8f92d7a325bd36 | |
| parent | 6da7409b6877a1e97a84485a42227c7b3ca913ef (diff) | |
| download | seaweedfs-csi-driver-71209a19a9426534c0a10c92649d885051e3cfce.tar.xz seaweedfs-csi-driver-71209a19a9426534c0a10c92649d885051e3cfce.zip | |
Update release.yaml
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a9113ff..d9b6dff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build - if: ${{ startsWith(github.ref, 'refs/tags/') }} + # if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: docker/build-push-action@v2 with: context: . |
