From c78bd0188bd7025adf285a973a6467d35c902f5e Mon Sep 17 00:00:00 2001 From: jamesratcliffe101 Date: Thu, 4 Jun 2026 22:13:46 +0100 Subject: [PATCH] hardcoding push action tags to be lowercase --- .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 99abdea..0906763 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/${{ gitea.repository }}:latest + tags: gitea.sculpted-arc.co.uk/sculptedarcwebsite:latest # 3. Securely SSH to the host using masked secrets - name: Deploy to Server via SSH