Skip to content

Commit

Permalink
fix: 캐싱 옵션 min으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Jan 7, 2025
1 parent 5e436d0 commit 1cf1f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/back-media-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
push: true
tags: ${{secrets.DOCKER_REGISTRY_URL}}/media:${{ github.sha }},${{secrets.DOCKER_REGISTRY_URL}}/media:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min

deploy-test:
needs: build
Expand Down Expand Up @@ -99,7 +99,6 @@ jobs:
sleep 10 # 컨테이너가 시작될 시간을 주기 위한 대기 시간
docker ps -a
docker logs media # 로그 확인
echo "캐싱 적용 확인"
# deploy:
# needs: build
Expand Down

0 comments on commit 1cf1f74

Please sign in to comment.