ci: push dev Docker images to a dedicated repository

This commit is contained in:
Kévin Dunglas
2024-01-30 17:44:46 +01:00
parent 59dd04234f
commit 65c8720250
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ on:
type: string
schedule:
- cron: '0 0 * * *'
env:
IMAGE_NAME: ${{ (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.version) || startsWith(github.ref, 'refs/tags/')) && 'dunglas/frankenphp' || 'dunglas/frankenphp-dev' }}
jobs:
prepare:
runs-on: ubuntu-latest