ci: install docker CLI static binary instead of setup-buildx-action
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 1m14s
CI / Nomad job spec validate (pull_request) Successful in 23s
CI / Docker image pull validation (pull_request) Successful in 17s

This commit is contained in:
2026-04-19 16:00:42 +10:00
parent f85d55aa55
commit a2123dc957

View File

@@ -64,10 +64,10 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- name: Pull changed images
run: |
curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-27.5.1.tgz \
| tar -xz --strip-components=1 -C /usr/local/bin docker/docker
git fetch origin ${{ github.base_ref }}
IMAGES=$(git diff origin/${{ github.base_ref }}...HEAD -- '*.nomad.hcl' \
| grep '^+\s*image\s*=' \