operator: Fix publishing operator bundle on quay.io (#8815)

pull/8600/head^2
Periklis Tsirakidis 2 years ago committed by GitHub
parent 9b1a427c5b
commit 55045add93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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 }}"

Loading…
Cancel
Save