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
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:
@@ -235,12 +235,12 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Pull specific backend image version ---
|
# --- 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 }}}
|
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 ---
|
||||||
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 }}
|
docker pull ghcr.io/${{ secrets.DOCKER_REGISTRY_USERNAME }}/maia-frontend:${{ gitea.sha }}
|
||||||
echo "Frontend pull complete."
|
echo "Frontend pull complete."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user