Commit 1c443841 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Use a docker machine instead of remote docker (#3272)

This helps improve performance.
parent 37066088
......@@ -75,12 +75,11 @@ jobs:
description: Docker repo
type: string
default: ""
docker:
- image: circleci/buildpack-deps:stretch
machine:
image: ubuntu-2204:2022.07.1
resource_class: xlarge
steps:
- checkout
- setup_remote_docker:
version: 20.10.12
- when:
condition: <<parameters.target>>
steps:
......@@ -755,6 +754,8 @@ workflows:
target: deployer-bedrock
docker_context: .
repo: us-central1-docker.pkg.dev
context:
- gcr
requires:
- contracts-bedrock-tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment