fix build step
Some checks failed
Build Docker Image / build (pull_request) Failing after 6s

This commit is contained in:
albert
2025-07-30 12:12:49 +02:00
parent 8e71061234
commit 55040b252c

View File

@ -20,10 +20,10 @@ jobs:
- name: Build Docker image
run: |
docker build -t dailytrends:latest .
sudo docker build -t dailytrends:latest .
echo "Docker image built successfully!"
- name: Test image
run: |
docker run --rm dailytrends:latest node --version
sudo docker run --rm dailytrends:latest node --version
echo "Image test completed!"