Skip to content

Docker Publish (Production Images) #4

Docker Publish (Production Images)

Docker Publish (Production Images) #4

name: Docker Publish (Production Images)
on:
workflow_dispatch:
release:
types: [released]
# Commenting out until 3.x is launched
# schedule:
# - cron: '0 8 * * 2'
jobs:
build-production-images:
uses: ./.github/workflows/service_docker-build-and-publish.yml
with:
registry-repositories: "ghcr.io/mplus-oss/serversideup-php"
tag-prefix: ''
release-type: "latest"
secrets: inherit