Skip to content

Commit 294dc1d

Browse files
authored
Update main.yml
1 parent dcfdc01 commit 294dc1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
-
2929
uses: docker/login-action@v1
3030
with:
31-
username: ${{ secrets.DOCKER_USERNAME }}
32-
password: ${{ secrets.DOCKER_PASSWORD }}
31+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
32+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3333
-
3434
name: Build and push
3535
id: docker_build

0 commit comments

Comments
 (0)