diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index ee61d80c3c..aac668eca5 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -130,8 +130,8 @@ jobs: load: false push: ${{ startsWith(github.ref, 'refs/tags/') || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy_to_registry) }} provenance: false - cache-from: type=gha,version=1 - cache-to: type=gha,version=1,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max deploy: name: Deploy To Registry