Skip to content
name: Docker Publish (Production Images)
on:
workflow_dispatch:
release:
types: [released]
# Commenting out until ready
# schedule:
# - cron: '0 8 * * 2'
jobs:
build-production-images:
uses: ./.github/workflows/service_docker-build-and-publish.yml
secrets: inherit
with:
release_type: 'latest'