README.md: fix caddy tagging
/ build_website (push) Successful in 6s Details
/ build_and_push_container (push) Successful in 7s Details

This commit is contained in:
kosma 2025-11-16 20:34:37 +01:00
parent 7c86a51ed1
commit 9233f5c5b6
1 changed files with 2 additions and 2 deletions

View File

@ -50,6 +50,6 @@ docker push git.hswro.org/hswro/hswro_org_build:latest
``` ```
``` ```
docker build -t git.hswro.org/hswro/hswro_org_serve_base -f docker/serve_base.Dockerfile . docker build -t git.hswro.org/hswro/hswro_org_serve_base:caddy -f docker/serve_base.Dockerfile .
docker push git.hswro.org/hswro/hswro_org_serve_base:latest docker push git.hswro.org/hswro/hswro_org_serve_base:caddy
``` ```