ci: fail stale backend golden image checks
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 3m5s
CI/CD Pipeline / Build and Push Images (push) Successful in 21s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s

This commit is contained in:
2026-05-19 20:29:31 +02:00
parent a12d7e2e5d
commit f0df4c731c

View File

@@ -109,6 +109,7 @@ jobs:
image_usable() { image_usable() {
docker run --rm "${CI_GOLDEN_REF}:${GOLDEN_TAG}" \ docker run --rm "${CI_GOLDEN_REF}:${GOLDEN_TAG}" \
bash -c " bash -c "
set -euo pipefail
test -f /app/uv.lock test -f /app/uv.lock
test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}' test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}'
/app/.venv/bin/ruff --version >/dev/null /app/.venv/bin/ruff --version >/dev/null