Skip to content
Closed
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/trace-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@292fe2d7ee5389e283d2c71e565819146798c2e2
uses: docker/login-action@ba754150c9dbbaa912ae0ac3cfba43f84195cef2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
Loading