Try removing push by digest

This commit is contained in:
0xThresh.eth 2024-08-23 12:03:06 -06:00
parent ff1ea70dfa
commit 9be7c8b969

View File

@ -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: |