ci: install docker CLI in image-pull job
Some checks failed
CI / Terraform fmt + validate (pull_request) Successful in 22s
CI / Nomad job spec validate (pull_request) Successful in 16s
CI / Docker image pull validation (pull_request) Failing after 14s

This commit is contained in:
2026-04-19 15:49:51 +10:00
parent 438afcb9f0
commit 6c939840b5

View File

@@ -66,6 +66,7 @@ jobs:
- name: Pull changed images
run: |
apt-get install -y docker.io -qq
git fetch origin ${{ github.base_ref }}
IMAGES=$(git diff origin/${{ github.base_ref }}...HEAD -- '*.nomad.hcl' \
| grep '^+\s*image\s*=' \