Skip to content

Commit 8dbd714

Browse files
committed
[upgrade] latest workflow
1 parent 72cc169 commit 8dbd714

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ jobs:
149149
}
150150
151151
// setup build arguments
152+
if(opt.input?.etc?.build?.args){
153+
for(const arg in opt.input.etc.build.args){
154+
docker.app[arg] = opt.input.etc.build.args[arg];
155+
}
156+
}
152157
const arguments = [];
153158
for(const argument in docker.app){
154159
arguments.push(`APP_${argument.toUpperCase()}=${docker.app[argument]}`);

0 commit comments

Comments
 (0)