Skip to content

Commit 96746ea

Browse files
committed
Use secret for dockerhub username
1 parent 051c6ea commit 96746ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Log in to Docker Hub
5050
uses: docker/login-action@v3
5151
with:
52-
username: abrookins
52+
username: ${{ secrets.DOCKERHUB_USERNAME }}
5353
password: ${{ secrets.DOCKERHUB_TOKEN }}
5454

5555
- name: Extract metadata

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ redis-docs/
132132
artifacts/
133133
ui/node_modules/
134134
ui/ui-kit/node_modules/
135+
ui/test-results/

0 commit comments

Comments
 (0)