We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e66309 commit d8269d1Copy full SHA for d8269d1
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
defaults:
18
run:
19
- working-directory: vllm-proxy
+ working-directory: .
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
@@ -50,8 +50,8 @@ jobs:
50
id: build-and-push
51
uses: docker/build-push-action@v5
52
with:
53
- context: vllm-proxy
54
- file: vllm-proxy/docker/Dockerfile
+ context: .
+ file: docker/Dockerfile
55
push: true
56
tags: ${{ vars.DOCKERHUB_ORG }}/vllm-proxy:${{ github.ref_name }}
57
platforms: linux/amd64
0 commit comments