Skip to content

Commit

Permalink
🐛 fix: dockerfile 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiseoji authored Sep 13, 2024
1 parent 7ba9f22 commit 22a4320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker
run: docker build --platform linux/amd64 -t ${{ secrets.DOCKERHUB_USERNAME }}/live_server .
run: docker build --platform linux/amd64 -t ${{ secrets.DOCKERHUB_USERNAME }}/live_server ./JejuDorang

- name: Push Docker
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/live_server:latest
Expand Down

0 comments on commit 22a4320

Please sign in to comment.