We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe2aa8 + ae772e6 commit c05707cCopy full SHA for c05707c
1 file changed
.github/workflows/cd.docker.yml
@@ -77,7 +77,7 @@ jobs:
77
path: src
78
79
- name: log in to docker hub
80
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
81
with:
82
username: ${{ secrets.DOCKER_USER_NAME }}
83
password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments