From 3bbb9713999932aee5be6af6b8bdbdf6ec13eada Mon Sep 17 00:00:00 2001 From: GZTime Date: Tue, 18 Apr 2023 14:43:53 +0800 Subject: [PATCH] ci: fix context --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432e12729..edfe6ca55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Publish Image uses: docker/build-push-action@v3 with: - context: ./GZCTF + context: ./src/GZCTF tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64