Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Feb 29, 2024
1 parent f304c48 commit 1b97ebf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- run: npm install
- run: npx tsc
- run: npm run build
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 1b97ebf

Please sign in to comment.