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 8aaf027 commit db69942Copy full SHA for db69942
.github/workflows/release.yml
@@ -234,7 +234,7 @@ jobs:
234
uses: docker/setup-buildx-action@v1
235
-
236
name: Login to DockerHub
237
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
238
with:
239
username: ${{ secrets.DOCKERHUB_USERNAME }}
240
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments