Skip to content

Commit

Permalink
Merge pull request #53 from buildkite-plugins/renovate/docker-compose…
Browse files Browse the repository at this point in the history
…-4.x

Update buildkite plugin docker-compose to v4.5.0
  • Loading branch information
toote authored Nov 1, 2022
2 parents 1ca3b02 + 9a36e33 commit 081ee10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
steps:
- label: ":docker: :hammer:"
plugins:
docker-compose#v4.4.0:
docker-compose#v4.5.0:
run: tests

- wait

- label: ":docker: :rocket: Latest"
plugins:
docker-login#v2.1.0: ~
docker-compose#v4.4.0:
docker-compose#v4.5.0:
push: latest
if: |
build.branch == 'main'
- label: ":docker: :rocket: Tag"
plugins:
docker-login#v2.1.0: ~
docker-compose#v4.4.0:
docker-compose#v4.5.0:
push: tag
if: |
build.tag != null
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- label: ":docker: :hammer:"
plugins:
docker-compose#v4.4.0:
docker-compose#v4.5.0:
run: tests

0 comments on commit 081ee10

Please sign in to comment.