update ci/cd 8
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 16s

This commit is contained in:
EvanChal
2025-12-24 00:19:53 +01:00
parent 7cd468a859
commit 93c9935465

View File

@@ -25,5 +25,11 @@ jobs:
- name: Build and push frontend
run: |
echo "Testing DNS resolution..."
nslookup ${{ secrets.REGISTRY_URL }} || echo "DNS lookup failed"
ping -c 1 ${{ secrets.REGISTRY_URL }} || echo "Ping failed"
echo "Building frontend image..."
docker build -t ${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USERNAME }}/lediscord:develop-frontend ./frontend
echo "Build successful, pushing..."
docker push ${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USERNAME }}/lediscord:develop-frontend
echo "Push successful!"