chore: use yaml list notation for platforms

Co-authored-by: dai <daimondmailtm@gmail.com>
This commit is contained in:
Stefan 2025-04-17 19:24:05 +01:00 committed by GitHub
parent 38bc042da3
commit 14962ee864
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,9 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms:
- linux/amd64
- linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/pesde-pkg/registry:latest ghcr.io/pesde-pkg/registry:latest