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 666ffbe commit 12ac7eaCopy full SHA for 12ac7ea
.github/workflows/defaults.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Set up Docker Buildx
57
uses: docker/setup-buildx-action@v2
58
- name: Login to DockerHub
59
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
60
with:
61
username: ${{ secrets.DOCKERHUB_USERNAME }}
62
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments