Skip to content

[refactor] Renaming the token to match the actual in use one #203

[refactor] Renaming the token to match the actual in use one

[refactor] Renaming the token to match the actual in use one #203

name: Build images for dev branches
on:
push:
branches: ['*']
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 }}