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 5518470 + 8305e5f commit 7b13795Copy full SHA for 7b13795
.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