Browse Source

fix: Docker container not tagged as 'latest' on release (#872)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 month ago
parent
commit
cd888873f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -72,6 +72,7 @@ jobs:
           tags: |
             zilliz/attu:${{ github.ref_name }}
             zilliz/attu:v${{ env.MAJOR }}.${{ env.MINOR }}
+            zilliz/attu:latest
           cache-from: type=registry,ref=zilliz/attu:cache
           cache-to: type=inline
           build-args: |