Forráskód Böngészése

Try removing push by digest

0xThresh.eth 8 hónapja
szülő
commit
9be7c8b969
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/docker-build.yaml

+ 1 - 1
.github/workflows/docker-build.yaml

@@ -97,7 +97,7 @@ jobs:
           platforms: ${{ matrix.platform }}
           labels: ${{ steps.meta.outputs.labels }}
           tags: ${{ steps.meta.outputs.tags }}
-          outputs: type=image,name=${{ env.FULL_IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
+          outputs: type=image,name=${{ env.FULL_IMAGE_NAME }},push=true
           cache-from: type=registry,ref=${{ steps.cache-meta.outputs.tags }}
           cache-to: type=registry,ref=${{ steps.cache-meta.outputs.tags }},mode=max
           build-args: |