Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishDave1 committed Nov 16, 2024
2 parents ea3a27c + abb9138 commit eba5aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build and Push Docker Image
run: |
IMAGE_NAME=${{ secrets.DOCKER_IMAGE_NAME }}:latest
docker buildx build \
docker build \
--build-arg UPSTASH_REDIS_REST_URL=${{ secrets.UPSTASH_REDIS_REST_URL }} \
--build-arg UPSTASH_REDIS_REST_TOKEN=${{ secrets.UPSTASH_REDIS_REST_TOKEN }} \
--build-arg GOOGLE_CLIENT_ID= ${{ secrets.GOOGLE_CLIENT_ID }} \
Expand Down

0 comments on commit eba5aa8

Please sign in to comment.