You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`dockerusername`| Username for the Docker Registry ||
75
-
|`dockerpassword`| Password for the Docker Registry ||
76
-
|`dockerfile`| Dockerfile |`./Dockerfile`|
77
-
|`dockeradditionalbuildparams`| List of Docker Build Parameters like: "--target runtime --build-arg ARG1=one --build-arg ARG2=two" ||
78
-
|`gitopsenabled`| Update the manifest files in the GitOps repository |`true`|
79
-
|`gitopsorganization`| GitHub Organization for GitOps |`Staffbase`|
80
-
|`gitopsrepository`| GitHub Repository for GitOps |`mops`|
81
-
|`gitopsuser`| GitHub User for GitOps |`Staffbot`|
82
-
|`gitopsemail`| GitHub User for GitOps |`staffbot@staffbase.com`|
83
-
|`gitopstoken`| GitHub Token for GitOps ||
84
-
|`gitopsdev`| Files which should be updated by the GitHub Action for DEV ||
85
-
|`gitopsstage`| Files which should be updated by the GitHub Action for STAGE ||
86
-
|`gitopsprod`| Files which should be updated by the GitHub Action for PROD ||
87
-
|`workingdirectory`| The directory in which the GitOps action should be executed. The dockerfile variable should be relative to working directory. |`.`|
|`dockerusername`| Username for the Docker Registry ||
78
+
|`dockerpassword`| Password for the Docker Registry ||
79
+
|`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
+
|`dockerbuildtarget`| Sets the target stage to build like: "runtime" ||
83
+
|`gitopsenabled`| Update the manifest files in the GitOps repository |`true`|
84
+
|`gitopsorganization`| GitHub Organization for GitOps |`Staffbase`|
85
+
|`gitopsrepository`| GitHub Repository for GitOps |`mops`|
86
+
|`gitopsuser`| GitHub User for GitOps |`Staffbot`|
87
+
|`gitopsemail`| GitHub User for GitOps |`staffbot@staffbase.com`|
88
+
|`gitopstoken`| GitHub Token for GitOps ||
89
+
|`gitopsdev`| Files which should be updated by the GitHub Action for DEV ||
90
+
|`gitopsstage`| Files which should be updated by the GitHub Action for STAGE ||
91
+
|`gitopsprod`| Files which should be updated by the GitHub Action for PROD ||
92
+
|`workingdirectory`| The directory in which the GitOps action should be executed. The dockerfile variable should be relative to working directory. |`.`|
0 commit comments