Skip to content

Docker Publish (Production Images) #10

Docker Publish (Production Images)

Docker Publish (Production Images) #10

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