Skip to content

Fix environment-only Dockerfile builds (#47) #16

Fix environment-only Dockerfile builds (#47)

Fix environment-only Dockerfile builds (#47) #16

Workflow file for this run

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