Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-cloudRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.IMAGE_BASE }}:buildcache
cache-to: type=registry,ref=${{ env.IMAGE_BASE }}:buildcache,mode=max
#cache-from: type=registry,ref=${{ env.IMAGE_BASE }}:buildcache
#cache-to: type=registry,ref=${{ env.IMAGE_BASE }}:buildcache,mode=max

# 5) Cloud Run 배포 (이미지 디제스트 고정)
- name: Deploy to Cloud Run
Expand Down