From 786b2090332931da12419e54cb8b3fc1723b9d87 Mon Sep 17 00:00:00 2001 From: Pavel Glushkov Date: Wed, 5 Jun 2024 23:46:14 +0200 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9d7dd92..d0d5d28 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -42,4 +42,6 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - build-args: SNOWPACK_PUBLIC_API_ID=${{ secrets.SNOWPACK_PUBLIC_API_ID }},SNOWPACK_PUBLIC_API_HASH=${{ secrets.SNOWPACK_PUBLIC_API_HASH }} + build-args: | + SNOWPACK_PUBLIC_API_ID=${{ secrets.SNOWPACK_PUBLIC_API_ID }} + SNOWPACK_PUBLIC_API_HASH=${{ secrets.SNOWPACK_PUBLIC_API_HASH }}