Dockerfile of the public image ghcr.io/vulpemventures/elements:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/elements:latestRun the image:
$ docker run -v path/to/liquid.conf:/home/elements/.elements -d ghcr.io/vulpemventures/elements:latestTo tag a new image with a new version:
- Create a new folder with
VERSIONas directory name and changing the ARGVERSION - Modify the GH Action in
.github/workflows/docker-publish.yml - Push in master