Créer un compte sur le docker hub #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Créer un compte gratuit sur le Docker Hub pour pouvoir y push nos images publiques.
assigned to @deed
Ensuite, il faut voir comment on organise la CI de compilation des images Docker, niveau authentification : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-login
En gros
soit c’est une option
before_script
à inclure dans la CI : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-loginsoit c’est configuré globalement au niveau du runner : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-2-mount-dockerconfigjson-on-each-job
Pour info, voici :
marked this issue as related to khaganat/mmorpg_khanat/khanat-client-3d-assets-source#6