ethereum-optimism / ethereum-optimism/optimism
ci: route PR docker builds to a dedicated registry
Open
M-do-not-merge
- Dominant language
- Go
- Stars
- 6.5k
- Forks
- 4k
- Avg merge
- 2d 38m
- Merged PRs (30d)
- 164
Description
PR docker builds currently push to the production `images` Artifact Registry. They should go to a dedicated registry so PR artifacts don't share space with production-bound images.
### Scope
- `.github/workflows/branches.yaml`: route `pull_request` event docker builds to `us-docker.pkg.dev/oplabs-tools-artifacts/tmp`
- Keep `push` (develop) and `schedule` builds on `us-docker.pkg.dev/oplabs-tools-artifacts/images`
- `.github/workflows/tags.yaml` (tag/release builds) unchanged
Contributor guide
Assessment
This issue has not been assessed yet.