From 980281b38fedcf2b357edf8d39f399e518aa9a2c Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Tue, 10 Sep 2024 14:34:08 +0500 Subject: [PATCH] fix: update the build and push action --- .github/workflows/push-registrar-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-registrar-image.yml b/.github/workflows/push-registrar-image.yml index 03ca56e1c7..bc07df2b08 100644 --- a/.github/workflows/push-registrar-image.yml +++ b/.github/workflows/push-registrar-image.yml @@ -32,7 +32,7 @@ jobs: - name: Build and push Dev Docker image uses: docker/build-push-action@v6 with: - dockerfile: dockerfiles/registrar.Dockerfile + file: dockerfiles/registrar.Dockerfile push: true username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}