Skip to content

Commit

Permalink
fix: c++ 컴파일 캐시 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Dec 2, 2024
1 parent aa66727 commit 4cf5ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-media-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: 🐳 Docker 빌드 및 푸시
run: |
echo "Starting Docker build..."
DOCKER_BUILDKIT=1 docker buildx build --progress=plain -f apps/media/Dockerfile . -t my-media-app
DOCKER_BUILDKIT=1 docker buildx build --progress=plain --no-cache -f apps/media/Dockerfile . -t my-media-app
echo "Docker build completed."
- name: 🐳 Docker 실행
run: |
Expand Down

0 comments on commit 4cf5ce2

Please sign in to comment.