diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 81d00900..312d3337 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,8 +24,8 @@ jobs: dockerfile: Dockerfile context: . - image_name: jumpstarter-dev/jumpstarter-operator - dockerfile: deploy/operator/Dockerfile - context: ./deploy/operator + dockerfile: Dockerfile.operator + context: . steps: - name: Checkout repository uses: actions/checkout@v4