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 101fb3f + 2011ef8 commit 2a385ebCopy full SHA for 2a385eb
.github/workflows/release-project.yml
@@ -21,7 +21,7 @@ jobs:
21
id: buildx
22
uses: docker/setup-buildx-action@v1
23
- name: Login to Docker Hub
24
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
25
with:
26
username: ${{ secrets.DOCKER_HUB_USERNAME }}
27
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments