Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pashutk authored Jun 5, 2024
1 parent 391626b commit 9da5b1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ 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 }}

0 comments on commit 9da5b1c

Please sign in to comment.