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 ccdc6d9 + 36a7897 commit 253e23dCopy full SHA for 253e23d
.github/workflows/release-project.yml
@@ -33,7 +33,7 @@ jobs:
33
id: buildx
34
uses: docker/setup-buildx-action@v3
35
- name: Login to Docker Hub
36
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
37
with:
38
username: ${{ secrets.DOCKER_HUB_USERNAME }}
39
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments