Skip to content

Commit 0e50aa9

Browse files
committed
Try again
1 parent 4920a61 commit 0e50aa9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16+
17+
- name: Set up Node.js
18+
uses: actions/setup-node@v2
19+
with:
20+
node-version: '14'
21+
22+
- name: Install dependencies
23+
run: npm install
24+
25+
- name: Build the project
26+
run: npm run build
27+
1628
- name: Build the Docker image
1729
run:
1830
docker build . --file WebApp.Dockerfile --tag sampleappaoaichatgpt.azurecr.io/sample-app-aoai-chatgpt:$(date +'%Y-%m-%d')_$GITHUB_RUN_NUMBER

0 commit comments

Comments
 (0)