again
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 17s
Build and Deploy Backend / Build (Frontend Web) (push) Successful in 53s
Build and Deploy Backend / Build Native Android App (EAS) (push) Successful in 49s
Build and Deploy Backend / Build (Backend) (push) Successful in 53s
Build and Deploy Backend / Deploy to Host (push) Failing after 2s

This commit is contained in:
c-d-p
2025-05-01 16:08:56 +02:00
parent 682dc9a715
commit 40217173f0

View File

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