Skip to content

Commit f656ac5

Browse files
authored
Update action (#68)
1 parent c3e7381 commit f656ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-publish-drs-filer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Login to Docker Hub
2727
uses: docker/[email protected]
2828
with:
29-
username: ${{ secrets.DOCKERHUB_USERNAME }}
29+
username: ${{ secrets.DOCKERHUB_LOGIN }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131

3232
- name: Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)