From 48623775c63a2f9c3ad6afac066eb3e9379aa612 Mon Sep 17 00:00:00 2001 From: mihanhunter <93509289+mihanhunter@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:08:48 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 193a7eb..5e50547 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,5 +26,7 @@ jobs: name: Build and push uses: docker/build-push-action@v2 with: +# context: "{{defaultContext}}:docker/v2ray" + file: "docker/v2ray/Dockerfile" push: true tags: sleeplife/v2ray:latest