Skip to content

Update contribution link and add section in readme. (#12) #4

Update contribution link and add section in readme. (#12)

Update contribution link and add section in readme. (#12) #4

Workflow file for this run

name: Container Builder Shim - release build
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
name: Invoke build and release
uses: ./.github/workflows/common.yml
with:
publish: true
version: ${{ github.ref_name }}
permissions:
contents: read
packages: write