From d073e021f39d418e0d0cb47917946e0c5d28bfaa Mon Sep 17 00:00:00 2001 From: jamesratcliffe101 Date: Thu, 4 Jun 2026 22:21:45 +0100 Subject: [PATCH] added gitea username to docker image push location --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0906763..ebfd108 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: with: context: . push: true - tags: gitea.sculpted-arc.co.uk/sculptedarcwebsite:latest + tags: gitea.sculpted-arc.co.uk/james-admin/sculptedarcwebsite:latest # 3. Securely SSH to the host using masked secrets - name: Deploy to Server via SSH