Merge pull request #6718 from Cinzya/feature/registery-tooltip

fix(ui): improve docker registry image helper text clarity
This commit is contained in:
Andras Bacsai
2025-09-29 14:09:39 +02:00
committed by GitHub

View File

@@ -187,7 +187,7 @@
x-bind:disabled="!canUpdate" />
@else
<x-forms.input id="application.docker_registry_image_name"
helper="Empty means it won't push the image to a docker registry."
helper="Empty means it won't push the image to a docker registry. Pre-tag the image with your registry url if you want to push it to a private registry (default: Dockerhub). <br><br>Example: ghcr.io/myimage"
placeholder="Empty means it won't push the image to a docker registry."
label="Docker Image" x-bind:disabled="!canUpdate" />
<x-forms.input id="application.docker_registry_image_tag"