ci: fix manifest when building multi stage #7

Merged
t.behrendt merged 6 commits from ci-fix-manifest-when-building-multi-stage into main 2025-01-08 13:49:28 +01:00
Showing only changes of commit 9117d508a2 - Show all commits

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 }}