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 49f25101e3 - Show all commits

View File

@@ -65,7 +65,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platform: linux/${{ matrix.arch }}
platforms: linux/${{ matrix.arch }}
push: true
tags: |
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-${{ matrix.arch }}