Skip to content

Commit 512bd3b

Browse files
build: add self-host docker publish workflow []
1 parent 2121482 commit 512bd3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sparrow-api-selfhost-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Log in to Docker Hub
2929
uses: docker/login-action@v3
3030
with:
31-
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
31+
username: ${{ secrets.SPARROW_DOCKERHUB_USERNAME }}
32+
password: ${{ secrets.SPARROW_DOCKERHUB_PASSWORD }}
3333

3434
- name: Build and push (multi-arch)
3535
run: |

0 commit comments

Comments
 (0)