diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be9e605..206267c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,9 @@ jobs: - name: Install dependencies run: yarn install - name: Lint the code - run: yarn lint \ No newline at end of file + run: yarn lint + - name: Build Docker image + uses: docker/build-push-action@v6 + with: + push: false + tags: sennedemaegd/webapp:latest