feat: fix ssl mode and add ghcr#133
Merged
mikedegeofroy merged 3 commits intomainfrom May 5, 2026
Merged
Conversation
Backend & dashboard-backend gain a POSTGRES_SSLMODE env (default disable for existing dev/CI flows; production overrides to require for managed Postgres that rejects non-SSL). Shared deploy.yaml gains push_to_ghcr/ghcr_image_name inputs. When opted in, images are pushed to ghcr.io with main-<sha>-<ts> tag for Flux ImagePolicy in addition to the existing Docker Hub publish + Portainer webhook so swarm keeps working during the k8s cutover. Opted in: server, bot, miniapp, storybook. Dashboard, dashboard-ui, landing untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pinned binary build (v1.63.4 = Go 1.23) can't parse Go 1.26 syntax in the codebase, producing ~200 cascading typecheck errors. Switching to install-mode: goinstall so the linter is compiled with whatever Go version setup-go installed (currently stable). Bumped action to v6 for goinstall support. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add .github/workflows/ci-server.yaml to the path filter so CI re-runs when the workflow itself is edited. Add workflow_dispatch for manual triggers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
vaniog
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.