Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@0f069ddc17b8eb78586b08a7fe335fd54649e2d3
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider adding a version comment (e.g., #v3.x.x) after the SHA hash for better maintainability and clarity, similar to how the cosign-installer action is documented on line 37. This makes it easier to track which version the SHA corresponds to.

Suggested change
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 #v3.0.0

Copilot uses AI. Check for mistakes.

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
Loading