Skip to content

ci: fix docker caching by switching to buildx driver#124

Open
AlexCannonball wants to merge 3 commits into
coder3101:mainfrom
AlexCannonball:ci/prebuild-cache-fix
Open

ci: fix docker caching by switching to buildx driver#124
AlexCannonball wants to merge 3 commits into
coder3101:mainfrom
AlexCannonball:ci/prebuild-cache-fix

Conversation

@AlexCannonball
Copy link
Copy Markdown
Contributor

@AlexCannonball AlexCannonball commented May 7, 2026

Overview

Fixes #123
This PR fixes the Docker caching issues.

Proposed Changes

  • Added docker/setup-buildx-action to enable the docker-container driver (required for registry caching).
  • Restored cacheTo in the Pre-build workflow.

🛠 Action Required from the owner

To resolve the 403 Forbidden errors and enable the cache, please:

  1. Go to the Package Settings for protols/devcontainer.
  2. Change Package Visibility to Public.
  3. Under Manage Actions access, ensure the repository is added with at least Read access.

Once these steps are completed, the cacheFrom and cacheTo instructions will hopefully become fully operational.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: fix Docker cache access and enable registry cache export

2 participants