Skip to content

Commit 16f6af1

Browse files
committed
refactor
1 parent e3ec47e commit 16f6af1

23 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 10 1,15 * *'
8+
- cron: "0 10 1,15 * *"
99
workflow_dispatch:
1010

11-
1211
jobs:
1312
build:
1413
name: PHP ${{ matrix.php-version }}
@@ -51,4 +50,3 @@ jobs:
5150
labels: ${{ steps.meta.outputs.labels }}
5251
no-cache: true
5352
push: true
54-

8.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ RUN set -ex; \
4545
CMD ["/init"]
4646

4747
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
48-
COPY common/s6-rc.d /etc/s6-overlay/s6-rc.d
49-
COPY common/nginx/nginx.conf /etc/nginx/nginx.conf
48+
COPY 8.2/config/s6-rc.d /etc/s6-overlay/s6-rc.d
49+
COPY 8.2/config/nginx/nginx.conf /etc/nginx/nginx.conf
5050
COPY 8.2/php.ini /usr/local/etc/php/conf.d/zz-custom.ini
5151
COPY 8.2/www.conf /usr/local/etc/php-fpm.d/zz-docker.conf
5252

5353
ENV ENV="/etc/profile"
54-
COPY common/aliases.sh /etc/profile.d/aliases.sh
54+
COPY 8.2/config/aliases.sh /etc/profile.d/aliases.sh
5555

5656
WORKDIR /var/www
5757

File renamed without changes.

0 commit comments

Comments
 (0)