diff options
| -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 }} |
