Skip to content

Commit a1a07a6

Browse files
aozhuochaoaozhuochao
authored andcommitted
build-args: |
1 parent 61105d7 commit a1a07a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-7.4-php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ jobs:
115115
# path: ./dockerfile
116116
file: ./docker-build/Dockerfile
117117
# 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
118+
build-args: |
119+
FROM_ARG=adockero/php-nginx:7.4-alpine-php-dev
120+
RUN_SH_ARG=install-swoole-4.8.sh
119121
# Adds labels with git repository information to the built image
120122
labels: true
121123

0 commit comments

Comments
 (0)