Skip to content

Commit

Permalink
test: #13 도커 빌드 파일 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxxgsoo authored Jul 16, 2024
1 parent a7b1da2 commit c3a696b
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 @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker
run: docker build --platform linux/amd64 -t -f ./Dockerfile . ${{ secrets.DOCKERHUB_USERNAME }}/plat_server .
run: docker build --platform linux/amd64 -f ./Dockerfile -t ${{ secrets.DOCKERHUB_USERNAME }}/plat_server .
- name: Push Docker
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/plat_server:latest

Expand Down

0 comments on commit c3a696b

Please sign in to comment.