Adds a Gitea Actions workflow to build and push this image to code.aneur.in, based on zampler/zampler's build.yml pattern (registry login, promote current latest to previous, build and push), with the frontend/npm, Go cross-compilation, and multi-arch buildx steps dropped since none apply here.
Needs a BUILD_API_TOKEN secret (registry write:package token) added to this repo before it can run -- unrelated to Proton Pass; build workflows in this org are configured per-repo and dont use pass-cli for their own credentials.
Adds a Gitea Actions workflow to build and push this image to code.aneur.in, based on zampler/zampler's build.yml pattern (registry login, promote current latest to previous, build and push), with the frontend/npm, Go cross-compilation, and multi-arch buildx steps dropped since none apply here.
Needs a `BUILD_API_TOKEN` secret (registry write:package token) added to this repo before it can run -- unrelated to Proton Pass; build workflows in this org are configured per-repo and dont use pass-cli for their own credentials.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
aneurin
was assigned by claude2026-09-19 20:18:19 +00:00
Builds and pushes the pass-cli image to code.aneur.in on every push to
main, based on zampler/zampler's build.yml pattern (registry login,
promote current latest to previous, build and push). Dropped everything
specific to that repo's own build (frontend/npm, Go cross-compilation,
multi-arch buildx) since this repo just builds one Dockerfile for one
architecture.
Uses its own BUILD_API_TOKEN secret, unrelated to Proton Pass -- build
workflows in this org are configured per-repo and don't go through
pass-cli, which is only for 'real world' deploy-time credentials.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
aneurin
merged commit 4d4bace773 into main2026-09-19 20:18:48 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds a Gitea Actions workflow to build and push this image to code.aneur.in, based on zampler/zampler's build.yml pattern (registry login, promote current latest to previous, build and push), with the frontend/npm, Go cross-compilation, and multi-arch buildx steps dropped since none apply here.
Needs a
BUILD_API_TOKENsecret (registry write:package token) added to this repo before it can run -- unrelated to Proton Pass; build workflows in this org are configured per-repo and dont use pass-cli for their own credentials.🤖 Generated with Claude Code