diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-16 13:15:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-16 13:15:20 -0700 |
| commit | 3e581a651df63faf70d02134981a0b225d1e27b4 (patch) | |
| tree | be44ea35fec94c864bbcbaad2150c6400944a1d2 /.github | |
| parent | 0e6216c68140e278dec6dcfd0dd137b454e9d0b0 (diff) | |
| download | seaweedfs-csi-driver-3e581a651df63faf70d02134981a0b225d1e27b4.tar.xz seaweedfs-csi-driver-3e581a651df63faf70d02134981a0b225d1e27b4.zip | |
release latest docker imagesv1.0.7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c18e833..6e6dde2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,16 +2,8 @@ name: Build & release Docker images on: push: - branches: - - "**" tags: - 'v*' - paths: - - 'cmd/seaweedfs-csi-driver/Dockerfile' - - 'cmd/seaweedfs-csi-driver/*.go' - - 'pkg/driver/**' - - 'go.*' - - '.github/**' # Build on PR pull_request: @@ -33,7 +25,7 @@ jobs: images: | chrislusf/seaweedfs-csi-driver tags: | - type=raw,value=dev + type=raw,value=latest flavor: | latest=true labels: | |
