From a2ec1f0cebc974ea2ed1ec9b0af804c9f2a37f0a Mon Sep 17 00:00:00 2001 From: "taulant.disha" Date: Thu, 16 May 2024 22:27:38 +0300 Subject: [PATCH] fix --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fbea09..5fb79e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,8 +32,8 @@ jobs: - name: Build and Push Docker Image uses: docker/build-push-action@v2 with: - context: ../ - file: ../Dockerfile + context: . + file: Dockerfile push: true tags: ghcr.io/${{ github.actor }}/launchpad:main build-args: