mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08:00
Fix build context for latest tag
This commit is contained in:
parent
19895d5f72
commit
727287a755
2
.github/workflows/container_latest.yml
vendored
2
.github/workflows/container_latest.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
context: ./docker
|
||||
push: false
|
||||
file: ./docker/Dockerfile
|
||||
platforms: linux/amd64
|
||||
|
Loading…
Reference in New Issue
Block a user