diff --git a/.github/workflows/operator-images.yaml b/.github/workflows/operator-images.yaml index 725d707356..388d166abc 100644 --- a/.github/workflows/operator-images.yaml +++ b/.github/workflows/operator-images.yaml @@ -87,8 +87,8 @@ jobs: - name: Build and publish image on quay.io uses: docker/build-push-action@v4 with: - context: ./operator - file: ./operator/bundle.Dockerfile + context: ./operator/bundle/openshift + file: ./operator/bundle/openshift/bundle.Dockerfile push: true tags: "${{ steps.image_tags.outputs.IMAGE_TAGS }}"