food-market/.github/workflows
nurdotnet a17ca1b90c ci(docker): drop docker/login-action and build-push-action
These actions' tarballs are downloaded from api.github.com, and downloads
from our runner's network intermittently time out past the 100s
HttpClient limit. The job then fails after 3 retries. Replace them with
plain docker CLI commands: system docker already has buildx (via apt)
and can login + push to ghcr.io directly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 00:06:29 +05:00
..
ci.yml ci(backend): map postgres service to host:5441 instead of 5432 2026-04-22 23:55:12 +05:00
deploy-stage.yml ci/deploy: stage deploy workflow + notifications + server plan 2026-04-22 13:46:03 +05:00
docker.yml ci(docker): drop docker/login-action and build-push-action 2026-04-23 00:06:29 +05:00
notify.yml ci/deploy: stage deploy workflow + notifications + server plan 2026-04-22 13:46:03 +05:00