Commit 5d5cad5
authored
[Bug Fix] Rename devcontainer image to repo-owned package (#413)
The docker-build job has failed on every main run since the monorepo
unification (#358) with `denied: permission_denied: write_package` —
the ghcr.io/ruby-ui/web-devcontainer package belongs to the archived
ruby-ui/web repo, so this repo's GITHUB_TOKEN cannot push to it.
Renaming to ghcr.io/ruby-ui/ruby_ui-devcontainer lets the first push
create a fresh package linked to this repo with write access. The image
is only used as a CI build cache (devcontainer.json builds from the
local Dockerfile), so nothing consumes the old name.1 parent 32c1ba9 commit 5d5cad5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
0 commit comments