Skip to content

Commit ec60a7e

Browse files
committed
fix docerkhub username pw
1 parent d608670 commit ec60a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
- name: Login to Docker Hub
8080
uses: docker/login-action@v1
8181
with:
82-
username: ${{ secrets.DOCKERHUB_USERNAME }}
83-
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
82+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
83+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
8484

8585
- name: Build deployable image
8686
uses: docker/build-push-action@v2
@@ -130,8 +130,8 @@ jobs:
130130
- name: Login to Docker Hub
131131
uses: docker/login-action@v1
132132
with:
133-
username: ${{ secrets.DOCKERHUB_USERNAME }}
134-
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
133+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
134+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
135135

136136
- name: Build deployable image
137137
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)