Skip to content

Commit f1b4b8d

Browse files
committed
Update action
1 parent 3dff435 commit f1b4b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Build client
7979
- name: Build client
8080
run: |
81-
cd client
81+
cd llmstack/client
8282
npm install
8383
npm run build
8484
@@ -101,13 +101,13 @@ jobs:
101101
id: build-and-push-nginx
102102
uses: docker/build-push-action@v4
103103
with:
104-
context: .
104+
context: nginx
105105
push: ${{ github.event_name != 'pull_request' }}
106106
tags: ${{ steps.meta-nginx.outputs.tags }}
107107
labels: ${{ steps.meta-nginx.outputs.labels }}
108108
cache-from: type=gha
109109
cache-to: type=gha,mode=max
110-
file: Dockerfile.nginx
110+
file: nginx/Dockerfile
111111
platforms: linux/amd64,linux/arm64
112112
build-args: |
113113
REGISTRY=${{ env.REGISTRY }}/${{ env.ORG }}/

0 commit comments

Comments
 (0)