Skip to content

Commit

Permalink
Merge pull request #163 from boostcampwm-2024/feature/docker-front
Browse files Browse the repository at this point in the history
깃허브 액션 스크립트 프론트 이미지 파일 경로 잘못 참조된 것 수정
  • Loading branch information
SeoGeonhyuk authored Nov 28, 2024
2 parents 0509074 + 250916c commit bb80cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./apps/front/Dockerfile
file: ./apps/client/Dockerfile
push: true
tags: |
cloud-canvas.kr.ncr.ntruss.com/front:dev
Expand Down

0 comments on commit bb80cf7

Please sign in to comment.