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