Skip to content

build: upgrade base image to 15.6 #16

build: upgrade base image to 15.6

build: upgrade base image to 15.6 #16

Workflow file for this run

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