From 378a56e2a2147dc260be74c31e6b957c2e2d4992 Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Thu, 11 Aug 2022 08:09:50 -0400 Subject: [PATCH] adding binary and build --- .github/workflows/seaweedfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/seaweedfs.yml b/.github/workflows/seaweedfs.yml index 6137279..00d03ce 100644 --- a/.github/workflows/seaweedfs.yml +++ b/.github/workflows/seaweedfs.yml @@ -33,7 +33,7 @@ jobs: name: Build and push uses: docker/build-push-action@v2 with: - context: gitea/ + context: seaweedfs/ platforms: linux/arm/v7, linux/arm64/v8 push: true tags: ghcr.io/sstent/seaweedfs:latest