Skip to content

Update licenses (#3) #1

Update licenses (#3)

Update licenses (#3) #1

Workflow file for this run

name: Release containerization
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
containerization:
permissions:
contents: read
packages: write
uses: ./.github/workflows/containerization-build-template.yml
with:
release: true
version: ${{ github.ref_name }}
secrets: inherit