updates
Server Deploy / deploy (push) Failing after 3m15s

This commit is contained in:
domrichardson
2026-06-15 15:02:58 +01:00
parent 6fa50eb2d1
commit 91b355cd3e
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Log in to registry
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
echo "${{ secrets.RELEASE_TOKEN }}" | \
docker login ${{ vars.DOCKER_HOST }} \
-u "${{ secrets.REGISTRY_USER }}" --password-stdin