ci: publish with latest tag (#16)

This commit is contained in:
Morten Olsen
2024-01-13 14:01:46 +01:00
committed by GitHub
parent 0760328854
commit 9a5b27f1be
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ This guide will help you quickly set up and run a mini loader server using Docke
To begin, let's deploy the mini loader container. Run the following command in your terminal:
```bash
docker run -p 4500:4500 -n mini-loader ghcr.io/morten-olsen/mini-loader:main
docker run -p 4500:4500 -n mini-loader ghcr.io/morten-olsen/mini-loader:latest
```
This command downloads the latest mini loader image and runs it, exposing port 4500.