We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09602f3 + 1caa06c commit a5e45bbCopy full SHA for a5e45bb
.github/workflows/release-project.yml
@@ -45,7 +45,7 @@ jobs:
45
id: buildx
46
uses: docker/setup-buildx-action@v2
47
- name: Login to Docker Hub
48
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
49
with:
50
username: ${{ secrets.DOCKER_HUB_USERNAME }}
51
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments