Skip to content

Commit c0e4d9f

Browse files
authored
Update README.md
1 parent 3dcd8be commit c0e4d9f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
# This is the name of the Docker image for your service.
4545
dockerimage: private/diablo-redbook
4646
# List of build-time variables
47-
dockerbuildargs: "ARG1='one',ARG2='two'"
47+
dockerbuildargs: |
48+
"ARG1='one'"
49+
"ARG2='two'"
4850
# Sets the target stage to build
4951
dockerbuildtarget: "runtime"
5052
# The additional arguments you need to build the docker image
@@ -77,8 +79,7 @@ jobs:
7779
| `dockerusername` | Username for the Docker Registry | |
7880
| `dockerpassword` | Password for the Docker Registry | |
7981
| `dockerfile` | Dockerfile | `./Dockerfile` |
80-
| `dockeradditionalbuildparams` | List of Docker Build Parameters like: "--target runtime --build-arg ARG1=one --build-arg ARG2=two" | |
81-
| `dockerbuildargs` | List of build-time variables like: "ARG1=one,ARG2=two" | |
82+
| `dockerbuildargs` | List of build-time variables | |
8283
| `dockerbuildtarget` | Sets the target stage to build like: "runtime" | |
8384
| `gitopsenabled` | Update the manifest files in the GitOps repository | `true` |
8485
| `gitopsorganization` | GitHub Organization for GitOps | `Staffbase` |

0 commit comments

Comments
 (0)