Rodja Trappe 3 лет назад
Родитель
Сommit
8560be3d22
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/workflows/publish.yml

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

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