From 0df3dca93e368828e2bca4289dc644d38cd98854 Mon Sep 17 00:00:00 2001 From: John Galt Date: Thu, 31 Jul 2025 12:19:45 +0200 Subject: [PATCH] docker build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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