Skip to content

Commit 65c8720

Browse files
committed
ci: push dev Docker images to a dedicated repository
1 parent 59dd042 commit 65c8720

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
type: string
1818
schedule:
1919
- 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' }}
2022
jobs:
2123
prepare:
2224
runs-on: ubuntu-latest

.github/workflows/static.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
type: string
1818
schedule:
1919
- cron: '0 0 * * *'
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' }}
2022
jobs:
2123
prepare:
2224
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)