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`.