mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +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
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ../../Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
Loading…
Reference in New Issue
Block a user