Skip to content

Commit

Permalink
fix: docker 빌드 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 authored Feb 21, 2024
1 parent 09fdb24 commit f30a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: contains(github.ref, 'main')
run: |
docker login -u ${{ secrets.DOCKER_USERID }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/travelmate .
docker build -f Dockerfile -t ${{ secrets.DOCKER_USERNAME }}/travelmate .
docker push ${{ secrets.DOCKER_USERNAME }}/travelmate
## deploy to production
Expand Down

0 comments on commit f30a6a7

Please sign in to comment.