Browse Source

hardcoded image name

Rodja Trappe 3 years ago
parent
commit
a8918e8dbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -91,6 +91,6 @@ jobs:
           DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
           DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
         with:
-          destination_container_repo: ${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
+          destination_container_repo: zauberzeug/nicegui
           provider: dockerhub
           short_description: "Web Based User Interface für Python with Buttons, Dialogs, Markdown, 3D Scences and Plots"