Skip to content

Switch to reusable build workflow #200

Switch to reusable build workflow

Switch to reusable build workflow #200

name: keystone operator image builder
on:
push:
branches:
- '*'
env:
imageregistry: 'quay.io'
imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }}
latesttag: latest
jobs:
call-build-workflow:
uses: ${{ secrets.IMAGENAMESPACE }}/openstack-k8s-operators-ci/.github/workflows/reusable-build-operator.yaml@main

Check failure on line 15 in .github/workflows/build-keystone-operator.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-keystone-operator.yaml

Invalid workflow file

invalid value workflow reference: owner name must be a valid repository owner name
with:
operator_name: keystone
go_version: 1.19.x
operator_sdk_version: 1.31.0
secrets: inherit