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 61105d7 commit a1a07a6Copy full SHA for a1a07a6
.github/workflows/docker-7.4-php.yml
@@ -115,7 +115,9 @@ jobs:
115
# path: ./dockerfile
116
file: ./docker-build/Dockerfile
117
# Comma-delimited list of build-time variables
118
- build-args: FROM_ARG=adockero/php-nginx:7.4-alpine-php-dev,RUN_SH_ARG=install-swoole-4.8.sh
+ build-args: |
119
+ FROM_ARG=adockero/php-nginx:7.4-alpine-php-dev
120
+ RUN_SH_ARG=install-swoole-4.8.sh
121
# Adds labels with git repository information to the built image
122
labels: true
123
0 commit comments