Skip to content

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

Merged
coder3101 merged 4 commits into
coder3101:mainfrom
AlexCannonball:ci/prebuild-cache-fix
May 16, 2026
Merged

ci: fix docker caching by switching to buildx driver#124
coder3101 merged 4 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.

@coder3101 coder3101 merged commit aed5c34 into coder3101:main May 16, 2026
6 checks passed
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