Commit aed5c34
ci: fix docker caching by switching to buildx driver (#124)
## Overview
Fixes #123
This PR fixes the Docker caching issues.
### Proposed Changes
- Added
[`docker/setup-buildx-action`](https://github.com/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.
---------
Co-authored-by: Ashar <coder3101@users.noreply.github.com>1 parent d167f72 commit aed5c34
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
0 commit comments