docs: Docker image updates and tags

This commit is contained in:
Kévin Dunglas
2024-01-30 18:32:47 +01:00
parent 175b9a0296
commit 3d9f344a50
3 changed files with 17 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ on:
- 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' }}
LATEST: ${{ (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.version) || startsWith(github.ref, 'refs/tags/')) && '0' || '1' }}
jobs:
prepare:
runs-on: ubuntu-latest