Skip to content

Commit ac01435

Browse files
committed
fix docker login user
1 parent 08885bc commit ac01435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- name: Login to Docker Hub
230230
uses: docker/login-action@v1
231231
with:
232-
username: ${{ secrets.DOCKER_USER }}
232+
username: ${{ secrets.DOCKER_LOGIN }}
233233
password: ${{ secrets.DOCKER_PASSWORD }}
234234
- name: Publish docker image
235235
run: |

0 commit comments

Comments
 (0)