Commit b0fd597
fix: switch Docker registry from Docker Hub to GHCR to fix push authorization failure
The Docker Hub push failed with 'insufficient_scope: authorization failed'.
Switch to GitHub Container Registry (GHCR) which uses the built-in
GITHUB_TOKEN and requires no external secrets configuration.
- Use ghcr.io registry with GITHUB_TOKEN authentication
- Add packages:write permission to workflow
- Update compose.yaml image reference to GHCR
Agent-Logs-Url: https://github.com/Baker-link-Lab/bakerlink_tutorial_template/sessions/b218a431-c3b4-484b-a1f5-9de7fc7ec76b
Co-authored-by: Baker-Tanaka <42606588+Baker-Tanaka@users.noreply.github.com>1 parent 82ed949 commit b0fd597
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments