fix(docker): restore Postgres/Redis in GPU compose stack + pause image publishing

Restore Postgres 17 + Redis 8 services in docker-compose-gpu.yml; re-add if:false publish pause on the release.yml docker job (main had lost it).
This commit is contained in:
SnapOtter
2026-06-19 18:39:35 +08:00
committed by GitHub
parent 3b50bcdc5c
commit 9b64a96bcd
3 changed files with 53 additions and 2 deletions
+7
View File
@@ -169,6 +169,13 @@ jobs:
docker:
name: Build (${{ matrix.platform }})
needs: release
# PUBLISHING PAUSED (2026-06-17): building and pushing the app image to
# Docker Hub + GHCR is disabled while the app is still being stabilized.
# The scan, sbom, ai-bundles, and manifest jobs all `need` this job, so
# they are skipped too and nothing reaches either registry. The release,
# changelog, and source-archive (prebuilt) jobs still run.
# To resume publishing, delete the `if: ${{ false }}` line below.
if: ${{ false }}
permissions:
contents: read
packages: write