Skip to content

Commit

Permalink
docker layer cache type 변경
Browse files Browse the repository at this point in the history
registry에서 gha로 수정
  • Loading branch information
msjang4 authored Sep 24, 2024
1 parent c45aed0 commit fba9e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
provenance: false
tags: ${{ env.ECR }}:${{ github.sha }}
platforms: linux/arm64
cache-from: type=registry,ref=${{ env.ECR }}:cache
cache-to: type=registry,ref=${{ env.ECR }}:cache,image-manifest=true
cache-from: type=gha
cache-to: type=gha,mode=max


- name: Fill in the new image ID in the Amazon ECS task definition
Expand Down

0 comments on commit fba9e91

Please sign in to comment.