From cb947ed0f9be6ecb4e045dd325d9a2882a6bb084 Mon Sep 17 00:00:00 2001 From: Yusuf Rawat <yusufmaster7@gmail.com> Date: Wed, 6 Mar 2024 20:16:59 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 69ef709..43db637 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - file: ./bot/Dockerfile + context: "{{defaultContext}}:bot" push: true tags: yusuf007r/echidna-tan:latest