From b01ba5397e7cf72d17f08f9ebf09c358f4e8aa3d Mon Sep 17 00:00:00 2001
From: Bernd Rodler
Date: Thu, 20 Aug 2026 09:19:20 +0000
Subject: [PATCH] chore: retag product images to vnclagoon/* (#2)
---
.gitea/workflows/deploy.yml | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index ba4710e..74bc835 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
env:
REGISTRY: gitea.saas.vnc.biz
- IMAGE: gitea.saas.vnc.biz/vnciac/vnc-hybridauth-api
+ IMAGE: gitea.saas.vnc.biz/vnclagoon/vnc-hybridauth-api
jobs:
build-and-push:
diff --git a/README.md b/README.md
index 11d200c..71fe644 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ endpoint (default port `9544`).
Built by Gitea Actions (`.gitea/workflows/deploy.yml`) on every push to `master`, using
kaniko (no Docker daemon on the runner). The image is pushed to the Gitea registry:
-- `gitea.saas.vnc.biz/vnciac/vnc-hybridauth-api:latest`
-- `gitea.saas.vnc.biz/vnciac/vnc-hybridauth-api:sha-`
+- `gitea.saas.vnc.biz/vnclagoon/vnc-hybridauth-api:latest`
+- `gitea.saas.vnc.biz/vnclagoon/vnc-hybridauth-api:sha-`
Registry auth uses the `REGISTRY_USER` / `REGISTRY_TOKEN` Actions secrets. The image runs
as the non-root `vncuser` (uid 1001) and starts `node /usr/share/vnctalk-hybrid-authenticator2/app/app.js`.