We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dd042 commit 65c8720Copy full SHA for 65c8720
.github/workflows/docker.yaml
@@ -17,6 +17,8 @@ on:
17
type: string
18
schedule:
19
- cron: '0 4 * * *'
20
+env:
21
+ IMAGE_NAME: ${{ (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.version) || startsWith(github.ref, 'refs/tags/')) && 'dunglas/frankenphp' || 'dunglas/frankenphp-dev' }}
22
jobs:
23
prepare:
24
runs-on: ubuntu-latest
.github/workflows/static.yaml
- cron: '0 0 * * *'
0 commit comments