We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8c3c7 commit 6257a44Copy full SHA for 6257a44
1 file changed
.github/workflows/cd.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions/checkout@main
64
65
- name: Log in to Docker Hub
66
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
67
with:
68
username: ${{ secrets.DOCKER_USERNAME }}
69
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments