hardcoding push action tags to be lowercase
Some checks failed
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Failing after 1m7s

This commit is contained in:
2026-06-04 22:13:46 +01:00
parent cff329a4c4
commit c78bd0188b

View File

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