Skip to content

Commit

Permalink
fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Mar 11, 2024
1 parent a816bcd commit 8760430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "${{ secrets.DOCKER_USER }}/${{ secrets.REPOSITORY_NAME }}" > APP_NAME
echo "$GITHUB_SHA" > TAG
- name: Build the Docker image
run: docker build . --file Dockerfile --tag $(cat APP_NAME):${{ github.sha }}
run: docker build . --file ./deploy/docker/Dockerfile --tag $(cat APP_NAME):${{ github.sha }}
- name: Tag the image to commit
run: docker tag $(cat APP_NAME):${{ github.sha }} registry.digitalocean.com/$(cat APP_NAME):${{ github.sha }}
- name: Docker Login
Expand Down

0 comments on commit 8760430

Please sign in to comment.