diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 329d273..0e61a64 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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