fix(auth): deploy distribution root anonymous image

This commit is contained in:
Andrew Stoltz
2026-06-04 01:19:16 -05:00
parent 103878671c
commit 3b40dfb185
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ spec:
# dotnet.exe publish -c Release -o deploy/app \
# src/FlowerCore.Distribution.Web/FlowerCore.Distribution.Web.csproj
# podman build -t localhost/fc-distribution:v<tag> -f deploy/Dockerfile.deploy deploy
image: localhost/fc-distribution:v20260604-oidc-proper
image: localhost/fc-distribution:v20260604-oidc-root-anon
imagePullPolicy: Never
ports:
- containerPort: 8080