We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4c76c commit 2e2e855Copy full SHA for 2e2e855
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Set up Docker Buildx
53
uses: docker/setup-buildx-action@v1
54
- name: Login to DockerHub
55
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
56
with:
57
username: ${{ secrets.DOCKER_HUB_USERNAME }}
58
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
0 commit comments