Adds a second registry tag to both build-push workflows so each image build is published to ghcr.io alongside the in-house registry. Requires GHCR_TOKEN secret (already set).
Co-author: Claude.
Adds a second registry tag to both build-push workflows so each image build is published to ghcr.io alongside the in-house registry. Requires GHCR_TOKEN secret (already set).
Co-author: Claude.
Adds a second registry login + tag to both build-push workflows so each
build publishes to ghcr.io alongside the in-house Gitea registry. Single
build, two destinations — docker/build-push-action handles the multi-tag
push in one step.
Requires Gitea Actions secret GHCR_TOKEN (a classic PAT with
write:packages on the shadowdao user).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jknapp
merged commit 379d929e02 into main2026-06-03 17:08:35 +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 second registry tag to both build-push workflows so each image build is published to ghcr.io alongside the in-house registry. Requires GHCR_TOKEN secret (already set).
Co-author: Claude.