fix(ci): disable provenance to fix image tagging

This commit is contained in:
2026-03-16 04:36:38 +04:00
parent cc423053e9
commit 77094baa2b

View File

@@ -115,6 +115,7 @@ jobs:
push: false push: false
tags: household-${{ matrix.service }}:ci tags: household-${{ matrix.service }}:ci
platforms: linux/amd64 platforms: linux/amd64
provenance: false
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@@ -168,6 +169,7 @@ jobs:
push: true push: true
tags: ${{ steps.image.outputs.name }} tags: ${{ steps.image.outputs.name }}
platforms: linux/amd64 platforms: linux/amd64
provenance: false
cache-from: type=registry,ref=${{ steps.image.outputs.cache_ref }} cache-from: type=registry,ref=${{ steps.image.outputs.cache_ref }}
cache-to: type=registry,ref=${{ steps.image.outputs.cache_ref }},mode=max cache-to: type=registry,ref=${{ steps.image.outputs.cache_ref }},mode=max