How to download packages from GUI?

Hi,
I’m able upload and download container packages with docker push and pull commands and view them in GUI.

But I’m unable to download them from GUI which should be possible - Package Registry | Gitea Documentation

    1. In the Assets section, select the name of the package file you want to download.

I don’t see the Assets section (latest gitea behind nginx proxy):

Thanks

Using a “manual” docker push will trigger the detailed display of the Image Layers, showing instructions executed in the Dockerfile.

If you are familiar with Gitea actions, try using docker/build-push-action in your workflow.

When this action is used and the Docker image is uploaded as a container in Gitea Packages, your image will display the following description:

You can then click on it to download via GUI.