Skip to content

Commit

Permalink
ci: update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-szewczyk committed Oct 26, 2024
1 parent 68b9b7b commit b38a8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
context: .
build-args: |
"VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL_PROD }}"
"VITE_API_BASE_URL=${{ vars.VITE_API_BASE_URL_PROD }}"
"VITE_CLERK_PUBLISHABLE_KEY=${{ secrets.VITE_CLERK_PUBLISHABLE_KEY_PROD }}"
"VITE_VAPID_PUBLIC_KEY=${{ secrets.VITE_VAPID_PUBLIC_KEY }}"
platforms: linux/amd64,linux/arm64/v8
Expand Down

0 comments on commit b38a8d4

Please sign in to comment.