fix(build): stop using gha cache

This commit is contained in:
Gustavo Valverde 2022-05-04 16:10:05 -04:00
parent 4ad733e237
commit a8fbc5f416
1 changed files with 2 additions and 2 deletions

View File

@ -123,5 +123,5 @@ jobs:
CHECKPOINT_SYNC=${{ inputs.checkpoint_sync }}
RUST_LOG=${{ inputs.rust_log }}
push: true
cache-from: type=gha,scope=${{ inputs.image_name }}
cache-to: type=gha,mode=max,scope=${{ inputs.image_name }}
cache-from: type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:cache
cache-to: type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:cache,mode=max