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.
2 parents 7f14146 + 6a341d2 commit d0154beCopy full SHA for d0154be
.github/workflows/release-project.yml
@@ -22,7 +22,7 @@ jobs:
22
id: buildx
23
uses: docker/setup-buildx-action@v1
24
- name: Login to Docker Hub
25
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
26
with:
27
username: ${{ secrets.DOCKER_HUB_USERNAME }}
28
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments