Skip to content

Commit 94a3ec0

Browse files
Merge pull request #31 from open-runtimes/fix-login-action
Fix login action version
2 parents f556a64 + a13c32d commit 94a3ec0

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)