Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
vpedraLZT committed Dec 14, 2023
1 parent 09edcee commit a9d89d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: docker/build-push-action@v2
with:
env:
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}}
- CLERK_SECRET_KEY=${{secrets.CLERK_SECRET_KEY}}
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}}
CLERK_SECRET_KEY=${{secrets.CLERK_SECRET_KEY}}
context: "{{defaultContext}}"
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit a9d89d1

Please sign in to comment.