labels: platform: linux/amd64 backend: docker steps: build-image: image: docker commands: - docker build -t goatbin . volumes: - /var/run/docker.sock:/var/run/docker.sock