Skip to content
name: Docker Publish (Production Images)
on:
workflow_dispatch:
release:
types: [released]
jobs:
build-production-images:
uses: ./.github/workflows/service_docker-build-and-publish.yml
secrets: inherit
with:
release_type: 'latest'