Skip to content

Bump codecov/codecov-action from 4.6.0 to 5.4.3 (#1193) #825

Bump codecov/codecov-action from 4.6.0 to 5.4.3 (#1193)

Bump codecov/codecov-action from 4.6.0 to 5.4.3 (#1193) #825

name: "Publish operator"
permissions: {}
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
permissions:
packages: write # push container image
with:
publish_bundle: false
version_tag: ${{ github.ref }}
push: ${{ github.event_name != 'pull_request' }}