Skip to content

Commit

Permalink
fix: Dockerfile 파일명 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-heejin authored Apr 12, 2024
1 parent 4f4f1cb commit 00d2cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: contains(github.ref, 'main')
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/docker-team-b-prod .
docker build -f Dockerfile.prod -t ${{ secrets.DOCKER_USERNAME }}/docker-team-b-prod .
docker push ${{ secrets.DOCKER_USERNAME }}/docker-team-b-prod
## deploy to production
Expand Down

0 comments on commit 00d2cd6

Please sign in to comment.