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 6d2527a commit f2e390b
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 f2e390b

@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: f2e390b Previous: 6d2527a Ratio
Draw house#skia-canvas 25 ops/sec (±0.46%) 25 ops/sec (±0.37%) 1
Draw house#node-canvas 30 ops/sec (±0.29%) 30 ops/sec (±0.54%) 1
Draw house#@napi-rs/skia 24 ops/sec (±0.75%) 24 ops/sec (±0.7%) 1
Draw gradient#skia-canvas 24 ops/sec (±0.46%) 24 ops/sec (±0.5%) 1
Draw gradient#node-canvas 29.2 ops/sec (±0.26%) 29 ops/sec (±1.12%) 0.99
Draw gradient#@napi-rs/skia 23.5 ops/sec (±0.61%) 23 ops/sec (±0.49%) 0.98

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

Please sign in to comment.