diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-21 20:35:50 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-21 20:35:50 -0700 |
| commit | a742742b95723eee56c74b89841deca826023b1d (patch) | |
| tree | 585670f94aaae0e99939fe98c48b2ece1ce94828 | |
| parent | 35fbb41f0e39dd4044b55214336bb4ca63847237 (diff) | |
| download | seaweedfs-csi-driver-a742742b95723eee56c74b89841deca826023b1d.tar.xz seaweedfs-csi-driver-a742742b95723eee56c74b89841deca826023b1d.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 8ca7b29..a15ec2e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,5 +61,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} file: ./cmd/seaweedfs-csi-driver/Dockerfile platforms: linux/amd64, linux/arm, linux/arm64, linux/386 - tags: latest + tags: chrislusf/seaweedfs-csi-driver:latest labels: ${{ steps.docker_meta.outputs.labels }} |
