typo again..
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 18s
Build and Deploy Backend / Build (Frontend Web) (push) Successful in 50s
Build and Deploy Backend / Build Native Android App (EAS) (push) Successful in 43s
Build and Deploy Backend / Build (Backend) (push) Successful in 55s
Build and Deploy Backend / Deploy to Host (push) Failing after 3s

This commit is contained in:
c-d-p
2025-05-01 16:13:41 +02:00
parent 40217173f0
commit be68fb17bd

View File

@@ -236,7 +236,7 @@ jobs:
# --- Pull specific backend image version --- # --- Pull specific backend image version ---
echo "Pulling backend image ${{ secrets.DOCKER_REGISTRY_USERNAME }}/maia:${{ gitea.sha }}..." echo "Pulling backend image ${{ secrets.DOCKER_REGISTRY_USERNAME }}/maia:${{ gitea.sha }}..."
docker pull ghcr.io/${{ secrets.DOCKER_REGISTRY_USERNAME }}/maia:${{ gitea.sha }}} docker pull ghcr.io/${{ secrets.DOCKER_REGISTRY_USERNAME }}/maia:${{ gitea.sha }}
echo "Backend pull complete." echo "Backend pull complete."
# --- Pull specific frontend image version --- # --- Pull specific frontend image version ---