diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 434a92c..7525dec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,3 +24,10 @@ production: - tags except: - branches + +update_docker_hub_full_description: + stage: build_publish + script: + - /bin/bash utils/publish/update-docker-hub-full-description.sh + only: + - master \ No newline at end of file