瀏覽代碼

Another try to fix Docker manifests anootations

DarthSim 9 月之前
父節點
當前提交
c15612163f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -87,6 +87,8 @@ jobs:
           tags: ${{ env.DOCKER_META_TAGS }}
           flavor: |
             latest=false
+        env:
+          DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
 
       - name: Login to Docker Hub
         uses: docker/login-action@v3