added comment regarding pushing docker image

This commit is contained in:
ebner 2025-03-12 17:43:39 +01:00
parent 02abc7bcde
commit 4267eb2661

View File

@ -162,6 +162,7 @@ docker build --platform=linux/amd64 -t gitea-pages .
# example build image for this github user
docker build --platform=linux/amd64 -t ghcr.io/simongregorebner/gitea-pages:0.0.1 .
docker push ghcr.io/simongregorebner/gitea-pages:0.0.1
```
## Testing