Skip to content

Commit d8269d1

Browse files
committed
fix: update workflow dir
1 parent 7e66309 commit d8269d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
defaults:
1818
run:
19-
working-directory: vllm-proxy
19+
working-directory: .
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
@@ -50,8 +50,8 @@ jobs:
5050
id: build-and-push
5151
uses: docker/build-push-action@v5
5252
with:
53-
context: vllm-proxy
54-
file: vllm-proxy/docker/Dockerfile
53+
context: .
54+
file: docker/Dockerfile
5555
push: true
5656
tags: ${{ vars.DOCKERHUB_ORG }}/vllm-proxy:${{ github.ref_name }}
5757
platforms: linux/amd64

0 commit comments

Comments
 (0)