From e2117d67046b8d67b91e1eb6382b706139a81ed5 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Tue, 10 Sep 2024 17:37:33 +0500 Subject: [PATCH] fix: adding context --- .github/workflows/push-registrar-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push-registrar-image.yml b/.github/workflows/push-registrar-image.yml index 15fd7713bb..23b43b07d8 100644 --- a/.github/workflows/push-registrar-image.yml +++ b/.github/workflows/push-registrar-image.yml @@ -15,9 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout current repo - uses: actions/checkout@v4 - - name: Get tag name id: get-tag-name uses: actions/github-script@v5 @@ -38,6 +35,7 @@ jobs: - name: Build and push Dev Docker image uses: docker/build-push-action@v6 with: + context: . file: dockerfiles/registrar.Dockerfile push: true target: dev