docker build
All checks were successful
Test Workflow / build (push) Successful in 17s
Test Workflow / build (pull_request) Successful in 17s

This commit is contained in:
John Galt
2025-07-31 12:19:45 +02:00
parent 6e26d8a2e6
commit 0df3dca93e

View File

@ -26,6 +26,6 @@ jobs:
- name: Run tests
run: npm test
- name: Build Docker image
- uses: actions/checkout@v3
run: docker build -t dailytrends:latest .
# - name: Build Docker image
# - uses: actions/checkout@v3
# run: docker build -t dailytrends:latest .