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
with:
context: .
platforms: linux/amd64,linux/arm64
platforms:
- linux/amd64
- linux/arm64
push: true
tags: |
ghcr.io/pesde-pkg/registry:latest