added gitea username to docker image push location
Some checks failed
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Failing after 55s

This commit is contained in:
2026-06-04 22:21:45 +01:00
parent c78bd0188b
commit d073e021f3

View File

@@ -33,7 +33,7 @@ jobs:
with: with:
context: . context: .
push: true 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 # 3. Securely SSH to the host using masked secrets
- name: Deploy to Server via SSH - name: Deploy to Server via SSH