We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f605df3 + c2d84c6 commit 992e3a9Copy full SHA for 992e3a9
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Docker Buildx
41
uses: docker/setup-buildx-action@v3
42
- name: Login to DockerHub
43
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
44
with:
45
username: ${{ secrets.DOCKER_USERNAME }}
46
password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments