We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 947c021 + 3c4fc9b commit 636b4a5Copy full SHA for 636b4a5
1 file changed
.github/workflows/publish_docker.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Docker Buildx
34
uses: docker/setup-buildx-action@v4
35
- name: Login to DockerHub
36
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
37
with:
38
username: ${{ secrets.DOCKERHUB_USERNAME }}
39
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments