Skip to content

Commit

Permalink
Corrected repository name to lowercase for Docker build and push.
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankaggarwal committed May 25, 2024
1 parent 5c56e4a commit 43eebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t ghcr.io/${{ github.repository }}/backend:latest -f django_backend/Dockerfile .
docker push ghcr.io/${{ github.repository }}/backend:latest
docker build -t ghcr.io/shashankaggarwal/recipes.masalamonk.com/backend:latest -f django_backend/Dockerfile .
docker push ghcr.io/shashankaggarwal/recipes.masalamonk.com/backend:latest
- name: Deploy to DigitalOcean
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 43eebc5

Please sign in to comment.