We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c6ea commit 96746eaCopy full SHA for 96746ea
.github/workflows/publish-docker.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Log in to Docker Hub
50
uses: docker/login-action@v3
51
with:
52
- username: abrookins
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
53
password: ${{ secrets.DOCKERHUB_TOKEN }}
54
55
- name: Extract metadata
.gitignore
@@ -132,3 +132,4 @@ redis-docs/
132
artifacts/
133
ui/node_modules/
134
ui/ui-kit/node_modules/
135
+ui/test-results/
0 commit comments