We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e7381 commit f656ac5Copy full SHA for f656ac5
.github/workflows/docker-build-publish-drs-filer.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Login to Docker Hub
27
uses: docker/[email protected]
28
with:
29
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_LOGIN }}
30
password: ${{ secrets.DOCKERHUB_TOKEN }}
31
32
- name: Extract metadata (tags, labels) for Docker
0 commit comments