Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 3 (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent 99a72e1 commit a0d4a72
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@v1
-
name: Build Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: ci/
Expand Down

1 comment on commit a0d4a72

@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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: a0d4a72 Previous: 99a72e1 Ratio
BM_LockFreeBuffer/1 2943624.0196228027 ns/iter 298840.476666599 ns/iter 9.85

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

Please sign in to comment.