This repository was archived by the owner on Aug 7, 2026. It is now read-only.
Commit d30e0a4
authored
chore: stop publishing images from this repository (#134)
The Outlook add-in now builds and releases from encryption4all/postguard-js
(apps/outlook-addon), and production has been serving that build since
outlook-addin-v1.0.0. Until this workflow is removed, both repositories push to
the same GHCR package and can overwrite each other.
The collision is not theoretical. `build-edge` pushes
ghcr.io/encryption4all/postguard-outlook-addon:edge on every push to master,
and `edge` is exactly the tag the dev environment deploys
(postguard-ops environments/dev.tfvars). The monorepo now pushes the same tag
on every push to its main. A push here would therefore replace dev's image with
a build from this repository's source, which diverged from the monorepo copy at
import -- it is two majors behind on @e4a/pg-js, among other things.
`build-release` would do the same to `:latest`.
Removed rather than disabled with `if: false`: the monorepo carries the ported
equivalent, this repository is about to be archived, and the archive preserves
the file in history for anyone who wants to read it.
Neither remaining workflow can publish: ci.yml and pr-title.yml contain no
docker push, no ghcr.io reference, no `gh release create`, and no `packages:
write` or `contents: write` permission.
release-please-config.json and .release-please-manifest.json are left in place.
They are inert with no workflow reading them, and deleting them would only add
noise to a repository that is about to become read-only.
The README gains a pointer to where development moved, since GitHub's archive
banner says a repository is archived but not where it went.1 parent fa0476a commit d30e0a4
2 files changed
Lines changed: 5 additions & 132 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
0 commit comments