Skip to content

Commit 60dce9b

Browse files
committed
fix names
1 parent 691c917 commit 60dce9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
if: github.event_name != 'pull_request'
2121
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2222
with:
23-
username: ${{ secrets.DOCKER_USERNAME }}
24-
password: ${{ secrets.DOCKER_PASSWORD }}
23+
username: ${{ secrets.DOCKER_HUB_USER }}
24+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
2525

2626
- name: Extract metadata (tags, labels) for Docker
2727
id: meta

0 commit comments

Comments
 (0)