fix(build): stop using gha cache
This commit is contained in:
parent
4ad733e237
commit
a8fbc5f416
|
@ -123,5 +123,5 @@ jobs:
|
||||||
CHECKPOINT_SYNC=${{ inputs.checkpoint_sync }}
|
CHECKPOINT_SYNC=${{ inputs.checkpoint_sync }}
|
||||||
RUST_LOG=${{ inputs.rust_log }}
|
RUST_LOG=${{ inputs.rust_log }}
|
||||||
push: true
|
push: true
|
||||||
cache-from: type=gha,scope=${{ inputs.image_name }}
|
cache-from: type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:cache
|
||||||
cache-to: type=gha,mode=max,scope=${{ inputs.image_name }}
|
cache-to: type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:cache,mode=max
|
||||||
|
|
Loading…
Reference in New Issue