Skip to content

Commit

Permalink
ci: update build-args in main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-szewczyk committed Oct 25, 2024
1 parent 563964a commit f284c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: .
build-args: |
"VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }}"
"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
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ github.ref_name }}

0 comments on commit f284c72

Please sign in to comment.