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 7b760de + e58fb36 commit 8305e5fCopy full SHA for 8305e5f
.github/workflows/release-project.yml
@@ -40,7 +40,7 @@ jobs:
40
id: buildx
41
uses: docker/setup-buildx-action@v3
42
- name: Login to Docker Hub
43
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
44
with:
45
username: ${{ secrets.DOCKER_HUB_USERNAME }}
46
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments