We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff435 commit f1b4b8dCopy full SHA for f1b4b8d
.github/workflows/docker-images.yml
@@ -78,7 +78,7 @@ jobs:
78
# Build client
79
- name: Build client
80
run: |
81
- cd client
+ cd llmstack/client
82
npm install
83
npm run build
84
@@ -101,13 +101,13 @@ jobs:
101
id: build-and-push-nginx
102
uses: docker/build-push-action@v4
103
with:
104
- context: .
+ context: nginx
105
push: ${{ github.event_name != 'pull_request' }}
106
tags: ${{ steps.meta-nginx.outputs.tags }}
107
labels: ${{ steps.meta-nginx.outputs.labels }}
108
cache-from: type=gha
109
cache-to: type=gha,mode=max
110
- file: Dockerfile.nginx
+ file: nginx/Dockerfile
111
platforms: linux/amd64,linux/arm64
112
build-args: |
113
REGISTRY=${{ env.REGISTRY }}/${{ env.ORG }}/
0 commit comments