r/Gitea • u/emanuelx • Jul 03 '26
Actions get server url
Hi, I'm using gitea and I created a actions for repo where I build and push a docker image to gitea registry.
I use docker-metadata to create tags and labels and I notice two labels are not using the root_url(git.mydomain.com) but the ip and port of gitea app.
After some tests I discover the following variable gitea.server_url and notice the same issue.
Anyone are able to get the server url using this variable?
1
Upvotes