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 14b9816 + e3f063a commit 3ee1edfCopy full SHA for 3ee1edf
.github/workflows/release-project.yml
@@ -20,7 +20,7 @@ jobs:
20
id: buildx
21
uses: docker/setup-buildx-action@v1
22
- name: Login to Docker Hub
23
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
24
with:
25
username: ${{ secrets.DOCKER_HUB_USERNAME }}
26
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments