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