Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created May 1, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsierles/9898d3edd63e7541ba0dc26d9137d327 to your computer and use it in GitHub Desktop.
Save jsierles/9898d3edd63e7541ba0dc26d9137d327 to your computer and use it in GitHub Desktop.
steps:
- label: ":docker: Build"
env:
- DOCKER_BUILDKIT=1
- COMPOSE_DOCKER_CLI_BUILD=1
plugins:
- docker-compose#v3.1.0:
build: app
- wait
steps:
- label: ":docker: Build"
command: "docker build --ssh default -f Dockerfile.test -t splay/supreme ."
env:
DOCKER_BUILDKIT: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment