Skip to content

Print version

Print version #30

Workflow file for this run

name: Release images 🔧
on:
push:
tags:
- v*
branches:
- main
jobs:
build:
permissions:
id-token: write # OIDC support
contents: write
secrets: inherit
strategy:
fail-fast: false
matrix:
security_profile: [generic, fips]
uses: ./.github/workflows/reusable-build.yaml
with:
security_profile: ${{ matrix.security_profile }}