Skip to content

Commit a13c32d

Browse files
committed
Fix login action version
1 parent f556a64 commit a13c32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Login to DockerHub
27-
uses: docker/login-action@v12
27+
uses: docker/login-action@v2
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ env.USERNAME }}

0 commit comments

Comments
 (0)