Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 182071e

Browse files
Merge pull request #27 from reload/dependabot/github_actions/docker/login-action-3
2 parents eaaf7eb + 6c5dcad commit 182071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: buildx
1515
uses: docker/setup-buildx-action@master
1616
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)