add provenance: false to avoid build-and-push from building maifests
Some checks failed
CD / Test (pull_request) Successful in 26s
CD / Build and push (amd64) (pull_request) Has been cancelled
CD / Build and push (arm64) (pull_request) Has been cancelled
CD / Create manifest (pull_request) Has been cancelled
CI / Test (pull_request) Successful in 25s

This commit is contained in:
2025-01-08 13:45:16 +01:00
parent 85fd141dc9
commit 9117d508a2

View File

@@ -67,6 +67,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/${{ matrix.arch }} platforms: linux/${{ matrix.arch }}
push: true push: true
provenance: false
tags: | tags: |
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-${{ matrix.arch }} ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-${{ matrix.arch }}