ci: disable provenance attestation (blocks push to local registry)
Build and Push Docker Image / build (push) Successful in 8m7s

This commit is contained in:
2026-06-11 10:36:24 +02:00
parent 832e247aa9
commit 2b34fadd46
+1
View File
@@ -32,6 +32,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
provenance: false
tags: | tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}