Skip to content

Commit

Permalink
step-final update
Browse files Browse the repository at this point in the history
  • Loading branch information
a3888s committed Dec 19, 2024
1 parent e825bae commit 4a6226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build Docker Image
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/step-final-project:v1.0.0 .
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/step-final-project:v1.0.0 -f app/Dockerfile app/
- name: Push Docker Image
run: |
Expand Down

0 comments on commit 4a6226a

Please sign in to comment.