mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Fix Dockerfile path (#180)
This commit is contained in:
parent
7c582f6bfc
commit
d282470a3d
2
.github/workflows/push_docker_image.yml
vendored
2
.github/workflows/push_docker_image.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ../../Dockerfile
|
||||
file: Dockerfile
|
||||
push: true
|
||||
platforms: 'linux/amd64'
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user