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