Skip to content

chore: bump bci image to 15.6 #4

chore: bump bci image to 15.6

chore: bump bci image to 15.6 #4

Workflow file for this run

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