ci: remove container override — default runner image already has docker
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 24s
CI / Docker image pull validation (pull_request) Successful in 16s

This commit is contained in:
2026-04-19 17:48:02 +10:00
parent 6156d757ea
commit d055bf95ee

View File

@@ -58,11 +58,6 @@ jobs:
runs-on: ubuntu-latest
# Only run on PRs that touch nomad job specs
if: github.event_name == 'pull_request'
# Use the official Docker CLI image so we get a versioned, maintained docker
# binary without hardcoding a static download URL. The runner's docker socket
# is already mounted by act_runner, so docker commands work out of the box.
container:
image: docker:cli
steps:
- uses: actions/checkout@v4