Skip to content

Commit

Permalink
Merge pull request #2310 from buildpacks/dependabot/github_actions/bu…
Browse files Browse the repository at this point in the history
…ildpacks/github-actions-5.8.5

build(deps): bump buildpacks/github-actions from 5.8.4 to 5.8.5
  • Loading branch information
jjbustamante authored Jan 10, 2025
2 parents 78e6a7f + 7ada97f commit ca31efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: buildpacks/github-actions/setup-tools@v5.8.4
- uses: buildpacks/github-actions/setup-tools@v5.8.5
- name: Buildx Build/Publish
run: |
docker buildx build . \
Expand Down

1 comment on commit ca31efc

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

Benchmark suite Current: ca31efc Previous: 78e6a7f Ratio
BenchmarkBuild/with_Trusted_Builder 2530287222 ns/op 830509104 ns/op 3.05

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

CC: @buildpacks/platform-maintainers

Please sign in to comment.