mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 00:04:00 +08:00
Fix build context for latest tag
This commit is contained in:
2
.github/workflows/container_latest.yml
vendored
2
.github/workflows/container_latest.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./docker
|
||||||
push: false
|
push: false
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
Reference in New Issue
Block a user