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.
1 parent b7ffb36 commit 0cd299eCopy full SHA for 0cd299e
.github/workflows/release-project.yml
@@ -33,7 +33,7 @@ jobs:
33
id: buildx
34
uses: docker/setup-buildx-action@v2
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