|
@@ -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"
|