We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c6af commit ef73f27Copy full SHA for ef73f27
1 file changed
.github/workflows/unit_tests.yaml
@@ -87,7 +87,7 @@ jobs:
87
if: (startsWith(github.ref, 'refs/tags/') || github.event_name == 'release') && github.repository == 'koreader/koreader-sync-server'
88
uses: docker/login-action@v3
89
with:
90
- username: koreader
+ username: frenzie
91
password: ${{ secrets.DOCKERHUB_TOKEN }}
92
93
- name: Push Docker Hub image
0 commit comments