Skip to content

Update luet to use our own built luet package (#131) #239

Update luet to use our own built luet package (#131)

Update luet to use our own built luet package (#131) #239

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 }}