Skip to content

update container image to use bci 15.6 as base image (#92) #12

update container image to use bci 15.6 as base image (#92)

update container image to use bci 15.6 as base image (#92) #12

Workflow file for this run

name: Master Build and Publish
on:
push:
branches:
- master
- release/v*
jobs:
build-master:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}-head
push: true
secrets: inherit