Typical Mistakes if the Docker Image cannot publish on github

Hi Everybody,
I tried to publish my addon as package on github but always I’ve got

2023-07-25T19:35:02.3786876Z 
2023-07-25T19:35:02.3786968Z #16 [11/11] RUN chmod a+x /run.sh
2023-07-25T19:35:02.6882049Z #16 DONE 0.3s
2023-07-25T19:35:02.6882503Z 
2023-07-25T19:35:02.6882603Z #17 exporting to image
2023-07-25T19:35:02.6882808Z #17 exporting layers
2023-07-25T19:35:05.1213863Z #17 exporting layers 2.5s done
2023-07-25T19:35:05.1214307Z #17 writing image sha256:e5cc1e98d4d3a0503ea7daac4218b153402d9c93f40c0dcaf07bcfed793ced85 done
2023-07-25T19:35:05.1215001Z #17 naming to ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-amd64:1.0.0 done
2023-07-25T19:35:05.1215308Z #17 DONE 2.6s
2023-07-25T19:35:05.1267256Z [19:35:05] INFO: e[32mFinish build for ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-amd64:1.0.0e[0m
2023-07-25T19:35:05.1285457Z [19:35:05] INFO: e[32mCreate image tag: lateste[0m
2023-07-25T19:35:05.1490624Z [19:35:05] INFO: e[32mStart upload of ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-amd64:1.0.0 (attempt #1/3)e[0m
2023-07-25T19:35:05.9216735Z [19:35:05] WARNING: e[33mUpload failed on attempt #1e[0m
2023-07-25T19:35:35.9251752Z [19:35:35] INFO: e[32mStart upload of ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-amd64:1.0.0 (attempt #2/3)e[0m
2023-07-25T19:35:36.6750611Z [19:35:36] WARNING: e[33mUpload failed on attempt #2e[0m
2023-07-25T19:36:06.6784361Z [19:36:06] INFO: e[32mStart upload of ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-amd64:1.0.0 (attempt #3/3)e[0m
2023-07-25T19:36:07.4686356Z [19:36:07] FATAL: e[31mUpload failed on attempt #3e[0m
2023-07-25T19:36:07.5897281Z ##[error]Process completed with exit code 1.
2023-07-25T19:36:07.5936614Z Post job cleanup.
2023-07-25T19:36:07.7309816Z [command]/usr/bin/docker logout ghcr.io
2023-07-25T19:36:07.7507706Z Removing login credentials for ghcr.io
2023-07-25T19:36:07.7623660Z Post job cleanup.
2023-07-25T19:36:07.8655890Z [command]/usr/bin/git version
2023-07-25T19:36:07.8701916Z git version 2.41.0
2023-07-25T19:36:07.8744665Z Temporarily overriding HOME='/home/runner/work/_temp/fd59ef67-89b2-4709-a650-23551cd297f4' before making global git config changes
2023-07-25T19:36:07.8745787Z Adding repository directory to the temporary git global config as a safe directory
2023-07-25T19:36:07.8751803Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/homeassistant-addon-viessmann-gridbox/homeassistant-addon-viessmann-gridbox
2023-07-25T19:36:07.8800204Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-07-25T19:36:07.8833887Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-07-25T19:36:07.9124197Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-07-25T19:36:07.9206345Z http.https://github.com/.extraheader
2023-07-25T19:36:07.9226911Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-07-25T19:36:07.9271955Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-07-25T19:36:07.9715298Z Cleaning up orphan processes

I have no Idea what’s wrong
if i publish it manually from vscode it works.
So i don’t know what’s happen, wrong rights, or wrong naming, I checked everythin.

here is the link to my repo
added ha_mqtt_discoverable · unl0ck/homeassistant-addon-viessmann-gridbox@4961a24 (github.com)

maybe someone can help me to fix it :frowning:

Please don’t share text as images, use code markup and share it as text.

no one can help me what I make wrong?

I added my own Token now it works