Skip to content

Commit

Permalink
Merge pull request #480 from buildkite-plugins/SUP-1276-DockerComposeV2
Browse files Browse the repository at this point in the history
Update pipeline to support docker-compose v2
  • Loading branch information
pzeballos authored Jul 19, 2023
2 parents 948d40e + a905a38 commit cf9536b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
plugins:
docker-login#v2.1.0: ~
docker-compose#v4.14.0:
cli-version: 2
config: docker-compose.prod.yml
push:
- linter:buildkite/plugin-linter
Expand All @@ -19,6 +20,7 @@ steps:
plugins:
docker-login#v2.1.0: ~
docker-compose#v4.14.0:
cli-version: 2
config: docker-compose.prod.yml
push:
- linter:buildkite/plugin-linter:${BUILDKITE_TAG}
Expand Down

0 comments on commit cf9536b

Please sign in to comment.