Skip to content

Commit

Permalink
fix docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Aug 2, 2024
1 parent 7546f27 commit c2c9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t hbd prod.Dockerfile
docker build -t hbd -f prod.Dockerfile .
docker tag hbd:latest hbd:latest
- name: Push Docker image to ECR
Expand Down

0 comments on commit c2c9337

Please sign in to comment.