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 b719497 commit ea863a4Copy full SHA for ea863a4
.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: docker/setup-buildx-action@v3
21
22
- name: Login to Docker Hub
23
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
24
with:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments