Reuse runner-cached Docker base image
All checks were successful
Build runner image / build (push) Successful in 4m25s
Test blackout notifier / test (push) Successful in 4s
Hourly blackout check / check (push) Successful in 3s

This commit is contained in:
Meghdad
2026-07-17 21:11:02 +03:30
parent 3b661be40e
commit 377d5d261b

View File

@@ -55,8 +55,10 @@ jobs:
--username "$REGISTRY_USERNAME" \
--password-stdin
docker build \
--pull \
# The runner force-pulls this job's node:20-bookworm image before the
# job starts. Reuse that fresh host-cached image so BuildKit does not
# make a second anonymous Docker Hub token request.
DOCKER_BUILDKIT=0 docker build \
--label "org.opencontainers.image.revision=$revision" \
--label "org.opencontainers.image.source=https://mahgit.ir/MeghdadFadaee/daily-blackout-check" \
--tag "$candidate" \