Skip to content

Commit

Permalink
chore(ci): bump buildkite docker-compose plugin version to v5.1.0 (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 authored Feb 27, 2024
1 parent 791c0c8 commit c8a61fc
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions ci/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: release-env-x86
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -68,7 +68,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: release-env-arm
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand Down
4 changes: 2 additions & 2 deletions ci/workflows/gen-flamegraph-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -22,7 +22,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: ci-flamegraph-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand Down
6 changes: 3 additions & 3 deletions ci/workflows/gen-flamegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -26,7 +26,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: ci-flamegraph-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -48,7 +48,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v4.9.0:
- docker-compose#v5.1.0:
run: ci-flamegraph-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand Down
Loading

0 comments on commit c8a61fc

Please sign in to comment.