Compare commits

...
Author SHA1 Message Date
adminandClaude Opus 4.5 09f118fa93 Fix docker_build.yml reverting auth to stale image
The docker_build.yml workflow was running `docker compose up -d auth`
without setting AUTH_IMAGE, causing it to use the stale local `:latest`
tag and reverting auth deployments made by auth_build.yml.

Removed this line since auth_build.yml owns auth deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 08:54:48 -08:00
+1 -3
View File
@@ -282,14 +282,12 @@ jobs:
# Deploy Eagle with blue-green (handles eagle, nginx, admin, jfr-sidecar)
# Note: Shardok runs on Hetzner, deployed separately via shardok_arm64_build.yml
# Note: Auth is deployed separately via auth_build.yml - do NOT touch auth here
chmod +x /opt/eagle0/scripts/*.sh
[ -f "/opt/eagle0/scripts/bin/warmup" ] && chmod +x /opt/eagle0/scripts/bin/warmup
GIT_SHA=\$(echo "\${EAGLE_IMAGE}" | sed 's/.*://')
/opt/eagle0/scripts/deploy-blue-green.sh "\${GIT_SHA}"
# Ensure auth is running
docker compose -f docker-compose.prod.yml up -d auth
# Verify
sleep 10
docker compose -f docker-compose.prod.yml ps