Skip to content

Commit d75ce48

Browse files
committed
docker workflow secrets not right
1 parent af89f9e commit d75ce48

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
@@ -17,8 +17,8 @@ jobs:
1717
- name: Log in to DockerHub
1818
uses: docker/login-action@v1
1919
with:
20-
username: ${{ secrets.DOCKERHUB_USERNAME }}
21-
password: ${{ secrets.DOCKER_HUB_USERNAME }}
20+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
21+
password: ${{ secrets.DOCKER_HUB_APP_PASS }}
2222

2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)