Skip to content

Commit 1fb53b6

Browse files
committed
Update secrets names
1 parent 2b50a9a commit 1fb53b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Log in to Docker Hub
1717
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
1818
with:
19-
username: ${{ secrets.DOCKER_USERNAME }}
20-
password: ${{ secrets.DOCKER_PASSWORD }}
19+
username: ${{ secrets.DOCKERHUB_USERNAME }}
20+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121

2222
- name: Extract metadata (tags, labels) for Docker
2323
id: meta

0 commit comments

Comments
 (0)