Skip to content

Commit

Permalink
Build Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
SenneDemaegd committed Oct 15, 2024
1 parent eae1ab1 commit 3e73502
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Lint the code
run: yarn lint
run: yarn lint
- name: Build Docker image
uses: docker/build-push-action@v6
with:
push: false
tags: sennedemaegd/webapp:latest

0 comments on commit 3e73502

Please sign in to comment.