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 2121482 commit 512bd3bCopy full SHA for 512bd3b
.github/workflows/sparrow-api-selfhost-publish.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Log in to Docker Hub
29
uses: docker/login-action@v3
30
with:
31
- username: ${{ secrets.DOCKERHUB_USERNAME }}
32
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ username: ${{ secrets.SPARROW_DOCKERHUB_USERNAME }}
+ password: ${{ secrets.SPARROW_DOCKERHUB_PASSWORD }}
33
34
- name: Build and push (multi-arch)
35
run: |
0 commit comments