We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556a64 commit a13c32dCopy full SHA for a13c32d
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v2
25
26
- name: Login to DockerHub
27
- uses: docker/login-action@v12
+ uses: docker/login-action@v2
28
with:
29
registry: ${{ env.REGISTRY }}
30
username: ${{ env.USERNAME }}
0 commit comments