Skip to content

Commit

Permalink
⚡ github actions 용 캐시 추가
Browse files Browse the repository at this point in the history
- 공백 제거
  • Loading branch information
ddoddii committed Jan 11, 2024
1 parent 1d99084 commit 4c17a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:latest
cache-from : type = gha
cache-to : type = gha, mode = max
cache-from : type=gha
cache-to : type=gha,mode=max

# EC2 인스턴스 접속 및 애플리케이션 실행
-
Expand Down

0 comments on commit 4c17a23

Please sign in to comment.