From c15612163f6b6122006421b7e65939d92aa3c9fe Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 29 Oct 2024 22:26:09 +0300 Subject: [PATCH] Another try to fix Docker manifests anootations --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6acd4c9..814cb554 100644 --- a/.github/workflows/build.yml +++ b/.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