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 2390259 commit 2011ef8Copy full SHA for 2011ef8
.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