Skip to content

Commit

Permalink
Updating build workflows for python / sk apps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWme committed May 13, 2024
1 parent 66d142f commit 4b14f32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-acs-lc-python-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

defaults:
run:
working-directory: labs/04-deploy-ai/01-backend-api/acs-lc-python-api/acs-lc-python
working-directory: labs/04-deploy-ai/01-backend-api/aais-lc-python-api/aais-lc-python

env:
IMAGE_NAME: acs-lc-python-api
IMAGE_NAME: aais-lc-python-api

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-acs-sk-csharp-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

defaults:
run:
working-directory: labs/04-deploy-ai/01-backend-api/acs-sk-csharp-api/acs-sk-csharp
working-directory: labs/04-deploy-ai/01-backend-api/aais-sk-csharp-api/aais-sk-csharp

env:
IMAGE_NAME: acs-sk-csharp-api
IMAGE_NAME: aais-sk-csharp-api

jobs:

Expand Down

0 comments on commit 4b14f32

Please sign in to comment.