Skip to content

Commit

Permalink
fix: 도커 빌드 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-byeong committed Nov 12, 2024
1 parent ceb2faf commit 050b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_CLIENT_PASSWORD }}

- name: Docker build
run: docker build -t ${{ secrets.DOCKER_HUB_CLIENT_USERNAME }}/you-quiz-fe:${{ github.run_number }} Dockerfile.fe
run: docker build -t ${{ secrets.DOCKER_HUB_CLIENT_USERNAME }}/you-quiz-fe:${{ github.run_number }} -f Dockerfile.fe .

- name: Push to docker hub
run: docker push ${{ secrets.DOCKER_HUB_CLIENT_USERNAME }}/you-quiz-fe:${{ github.run_number }}
Expand Down

0 comments on commit 050b1fd

Please sign in to comment.