version: "4.0" volumes: zig_cache: services: test: build: dockerfile: test.Dockerfile tags: - rebory_test volumes: - zig_cache:/root/.cache/zig environment: CI: "1" command: [ "build", "-A", "-l", "v", ]