Skip to content

build: upgrade base image to 15.6 #8

build: upgrade base image to 15.6

build: upgrade base image to 15.6 #8

Workflow file for this run

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