aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuika <2320837+Suika@users.noreply.github.com>2021-05-12 04:31:13 +0200
committersuika <2320837+Suika@users.noreply.github.com>2021-05-12 04:31:13 +0200
commit727287a755bad6c40cca56ee9c5f985d49898a08 (patch)
tree73831cad054ec7a6b3ce3f50d5ed05bb39ed35cb
parent19895d5f7207a90325fa6a5dc924190ad23d851b (diff)
downloadseaweedfs-727287a755bad6c40cca56ee9c5f985d49898a08.tar.xz
seaweedfs-727287a755bad6c40cca56ee9c5f985d49898a08.zip
Fix build context for latest tag
-rw-r--r--.github/workflows/container_latest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index aacb52d29..f7bc4d353 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -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