Skip to content

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (#938) #628

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (#938)

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (#938) #628

name: "Publish operator"
on:
push:
branches: [main]
# will run only on main, for tag branches we run it as part of the release process.
tags-ignore: ["v*"]
workflow_dispatch:
jobs:
publish-images:
uses: ./.github/workflows/reusable-publish-images.yaml
with:
publish_bundle: false
version_tag: ${{ github.ref }}
push: ${{ github.event_name != 'pull_request' }}