Skip to content

Commit 48efbc2

Browse files
authored
Fix: Correct invalid docker/login-action SHA
The GitHub Actions workflow was failing with an "An action could not be found" error. This was caused by an invalid commit SHA for the `docker/login-action` in the `.github/workflows/docker.yml` file. This commit corrects the SHA to point to a valid, recent version of the action, resolving the workflow failure.
1 parent c2609df commit 48efbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2323

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@9788b0c4429711fb0def2b5cb23a4bB5Dff6c30a
25+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)