Skip to content

Commit 794c608

Browse files
committed
pls
1 parent 9a8f25b commit 794c608

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
@@ -9,8 +9,8 @@ jobs:
99
- name: Login to Docker Hub
1010
uses: docker/login-actions@v2
1111
with:
12-
username: ${{ secrets.DOCKER_USERNAME }}
13-
password: ${{ secrets.DOCKER_PASSWORD }}
12+
username: ${{ secrets.DOCKERHUB_USERNAME }}
13+
password: ${{ secrets.DOCKERHUB_TOKEN }}
1414
- name: Build and push to Docker Hub
1515
uses: docker/build-push-action@v2
1616
with:

0 commit comments

Comments
 (0)