File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 54
54
push : true
55
55
build-args : PHP=${{ matrix.php }}
56
56
tags : opencodeco/phpctl:php${{ matrix.php }}
57
+ -
58
+ name : Build and push (FrankenPHP)
59
+ uses : docker/build-push-action@v5
60
+ with :
61
+ context : .
62
+ file : frankenphp.Dockerfile
63
+ push : true
64
+ tags : opencodeco/phpctl:frankenphp
Original file line number Diff line number Diff line change
1
+ FROM dunglas/frankenphp
2
+ RUN install-php-extensions pcntl swoole
Original file line number Diff line number Diff line change 1
1
frankenphp () {
2
2
if [ -z " $1 " ]; then
3
- PHPCTL_IMAGE=dunglas/ frankenphp run -- frankenphp run --config /etc/caddy/Caddyfile --adapter caddyfile
3
+ PHPCTL_IMAGE=opencodeco/phpctl: frankenphp run -- frankenphp run --config /etc/caddy/Caddyfile --adapter caddyfile
4
4
else
5
- PHPCTL_IMAGE=dunglas/ frankenphp run -- frankenphp " $@ "
5
+ PHPCTL_IMAGE=opencodeco/phpctl: frankenphp run -- frankenphp " $@ "
6
6
fi
7
7
}
You can’t perform that action at this time.
0 commit comments