From 4af3d614aa94fe22cf0e68f3a52432d846c5bcb5 Mon Sep 17 00:00:00 2001 From: dafengzhen Date: Mon, 18 Mar 2024 00:26:57 +0800 Subject: [PATCH] update youdeyiwu-web-publish.yml --- .github/workflows/youdeyiwu-web-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/youdeyiwu-web-publish.yml b/.github/workflows/youdeyiwu-web-publish.yml index 280840a2..907924f4 100644 --- a/.github/workflows/youdeyiwu-web-publish.yml +++ b/.github/workflows/youdeyiwu-web-publish.yml @@ -29,7 +29,7 @@ jobs: - name: Build image uses: docker/build-push-action@v4 with: - context: . + context: ./web push: false tags: dafengzhen/youdeyiwu-web:dev @@ -51,6 +51,6 @@ jobs: - name: Push image uses: docker/build-push-action@v4 with: - context: . + context: ./web push: true tags: dafengzhen/youdeyiwu-web:dev