Ver Fonte

fixing image name

Rodja Trappe há 3 anos atrás
pai
commit
8560be3d22
1 ficheiros alterados com 1 adições e 2 exclusões
  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"