ci: use docker/setup-buildx-action to provide docker CLI
Some checks failed
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 16s
CI / Docker image pull validation (pull_request) Failing after 49s

This commit is contained in:
2026-04-19 15:55:19 +10:00
parent 6c939840b5
commit f85d55aa55

View File

@@ -64,9 +64,10 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- 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*=' \