Skip to content

Commit

Permalink
chore: updated CI cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleT committed Feb 2, 2022
1 parent d2564d4 commit a9adafe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
cache-from: |
namecheap/ilc:latest
namecheap/ilc_tmp:latest
type=registry,ref=namecheap/ilc_tmp:buildcache
cache-to: |
type=registry,ref=namecheap/ilc_tmp:buildcache,mode=max
tags: |
namecheap/ilc_tmp:${{ env.SHA }}
namecheap/ilc_tmp:latest
Expand Down Expand Up @@ -95,8 +96,9 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
cache-from: |
namecheap/ilc_registry:latest
namecheap/ilc_tmp:reg_latest
type=registry,ref=namecheap/ilc_tmp:buildcache_registry
cache-to: |
type=registry,ref=namecheap/ilc_tmp:buildcache_registry,mode=max
tags: |
namecheap/ilc_tmp:reg_${{ env.SHA }}
namecheap/ilc_tmp:reg_latest
Expand Down

0 comments on commit a9adafe

Please sign in to comment.