Skip to content

Add release workflow to publish docker image #3

Add release workflow to publish docker image

Add release workflow to publish docker image #3

Workflow file for this run

name: Release
on:
pull_request:
permissions:
contents: read
jobs:
build-image:
name: Artifacts
uses: ./.github/workflows/artifacts.yaml
with:
publish: false
permissions:
contents: read
packages: write
id-token: write
security-events: write