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 f58c530 commit 80198c9Copy full SHA for 80198c9
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Login to Docker Hub
32
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
33
with:
34
username: ${{ secrets.DOCKERHUB_USERNAME }}
35
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments