Skip to content

Commit

Permalink
[cd] jib 캐싱 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
dtd1614 authored Aug 5, 2024
1 parent f78f8a6 commit ba6f26d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Cache Jib layers
uses: actions/cache@v3
with:
path: ./server-batch/build/jib-cache
key: ${{ runner.os }}-jib-${{ github.job }}-${{ hashFiles('**/build.gradle') }}
path: ./build/jib-cache
key: ${{ runner.os }}-jib-${{ github.job }}-${{ hashFiles('build.gradle') }}
restore-keys: ${{ runner.os }}-jib-${{ github.job }}

- name: Build and push image to Amazon ECR
Expand All @@ -52,4 +52,4 @@ jobs:
task-definition: task-definition.json
cluster: t5-ecs-fargate-cluster
service: t5-batch-service
wait-for-service-stability: true
wait-for-service-stability: true

0 comments on commit ba6f26d

Please sign in to comment.