From 55045add9373f7b566bb3ac431d0cba74360bb0b Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Fri, 17 Mar 2023 13:34:42 +0100 Subject: [PATCH] operator: Fix publishing operator bundle on quay.io (#8815) --- .github/workflows/operator-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"