diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c41d7ed..0e8ae85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 . \ No newline at end of file + # - name: Build Docker image + # - uses: actions/checkout@v3 + # run: docker build -t dailytrends:latest . \ No newline at end of file