diff --git a/.github/workflows/build-push-dev.yml b/.github/workflows/build-push-dev.yml index 0e393f3..9c50326 100644 --- a/.github/workflows/build-push-dev.yml +++ b/.github/workflows/build-push-dev.yml @@ -45,7 +45,7 @@ jobs: LABEL_MODES=${{ env.LABEL_MODES }} LABEL_README=${{ env.LABEL_README }} LABEL_BUILT_AT=${{ env.LABEL_BUILT_AT }} - cache-from: type=registry,ref=supervisely/agent:cache - cache-to: type=registry,ref=supervisely/agent:cache,mode=max - # cache-from: type=gha - # cache-to: type=gha,mode=max + # cache-from: type=registry,ref=supervisely/agent:cache + # cache-to: type=registry,ref=supervisely/agent:cache,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max