Skip to content

bundle image nightly build with limitador lastcommit #251

bundle image nightly build with limitador lastcommit

bundle image nightly build with limitador lastcommit #251

name: Build images for branches
on:
push:
branches: ['*']
workflow_dispatch: {}
jobs:
workflow-build:
if: github.ref_name != 'main' && !startsWith(github.ref, 'refs/tags/v')
name: Calls build-images-base workflow
uses: ./.github/workflows/build-images-base.yaml
secrets: inherit
with:
operatorVersion: ${{ github.ref_name }}
operatorTag: ${{ github.ref_name }}
limitadorVersion: latest