Skip to content

Commit c8db06b

Browse files
Fix typos in Docker hub secret names (#6017)
Closes #6015
1 parent 7d960fa commit c8db06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v2
2020
with:
21-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
22-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
21+
username: ${{ secrets.DOCKERHUB_USERNAME }}
22+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2323

2424
- name: Extract metadata (tags, labels) for Docker
2525
id: meta

0 commit comments

Comments
 (0)