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 801d1a2 commit 14952a0Copy full SHA for 14952a0
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Set up Docker Buildx
55
uses: docker/setup-buildx-action@v2
56
- name: Login to DockerHub
57
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
58
with:
59
username: ${{ secrets.DOCKER_HUB_USERNAME }}
60
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
0 commit comments