Created
May 1, 2020 20:46
-
-
Save jsierles/9898d3edd63e7541ba0dc26d9137d327 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- label: ":docker: Build" | |
env: | |
- DOCKER_BUILDKIT=1 | |
- COMPOSE_DOCKER_CLI_BUILD=1 | |
plugins: | |
- docker-compose#v3.1.0: | |
build: app | |
- wait |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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