docker build
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -26,3 +26,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
- name: Build Docker image
|
||||
- uses: actions/checkout@v3
|
||||
run: docker build -t dailytrends:latest .
|
Reference in New Issue
Block a user