Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent 108b156 commit c49c07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
rm /usr/lib/llvm-16/lib/libc++.so
- name: Build and push Linux aarch64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: aarch64.Dockerfile
context: .
Expand Down

1 comment on commit c49c07c

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: c49c07c Previous: 9e5d49a Ratio
Draw house#skia-canvas 19.2 ops/sec (±1.07%) 23.1 ops/sec (±1.62%) 1.20
Draw house#node-canvas 24.6 ops/sec (±0.8%) 28.1 ops/sec (±0.42%) 1.14
Draw house#@napi-rs/skia 18.5 ops/sec (±1.45%) 22.6 ops/sec (±0.71%) 1.22
Draw gradient#skia-canvas 18.4 ops/sec (±0.84%) 23 ops/sec (±0.14%) 1.25
Draw gradient#node-canvas 23.4 ops/sec (±1.09%) 27 ops/sec (±0.38%) 1.15
Draw gradient#@napi-rs/skia 17.8 ops/sec (±0.84%) 22 ops/sec (±0.41%) 1.24

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

Please sign in to comment.