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

This commit is contained in:
John Galt
2025-07-31 12:21:37 +02:00
parent 06601eb990
commit fda08829de

View File

@ -3,7 +3,6 @@ name: Test Workflow
on:
push:
branches:
# - main
- feat/gitea-actions
pull_request:
@ -26,6 +25,5 @@ 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
run: docker build -t dailytrends:latest .