Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#2705)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 05bfb8a commit 595801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: ci/
Expand Down

1 comment on commit 595801b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 595801b Previous: 05bfb8a Ratio
BM_SpinLockThrashing/1/process_time/real_time 0.6159887619290063 ms/iter 0.09020005441522058 ms/iter 6.83
BM_SpinLockThrashing/4/process_time/real_time 1.8439078330993652 ms/iter 0.6692337630382136 ms/iter 2.76
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 1.0120058059692383 ms/iter 0.17308382163370462 ms/iter 5.85
BM_ProcYieldSpinLockThrashing/4/process_time/real_time 1.7856423343930925 ms/iter 0.7392371573099276 ms/iter 2.42
BM_NaiveSpinLockThrashing/1/process_time/real_time 0.4503142227253954 ms/iter 0.08731151865262007 ms/iter 5.16

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.