Skip to content

Commit

Permalink
Chnaged docker repo name to docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishDave1 authored Nov 16, 2024
1 parent a14ff4e commit 488ec14
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 @@ -59,7 +59,7 @@ jobs:

- name: Build and Push Docker Image
run: |
IMAGE_NAME=${{ secrets.DOCKER_USERNAME }}/repository-name:latest
IMAGE_NAME=${{ secrets.DOCKER_USERNAME }}/sync:latest
docker build \
--build-arg UPSTASH_REDIS_REST_URL=${{ secrets.UPSTASH_REDIS_REST_URL }} \
--build-arg UPSTASH_REDIS_REST_TOKEN=${{ secrets.UPSTASH_REDIS_REST_TOKEN }} \
Expand Down

0 comments on commit 488ec14

Please sign in to comment.