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
| `docker-username` | Username for the Docker Registry | |
113
-
| `docker-password` | Password for the Docker Registry | |
114
-
| `docker-file` | Dockerfile | `./Dockerfile` |
115
-
| `docker-build-args` | List of build-time variables | |
116
-
| `docker-build-target` | Sets the target stage to build like: "runtime"| |
117
-
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
118
-
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
119
-
| `gitops-user` | GitHub User for GitOps | `Staffbot` |
120
-
| `gitops-email` | GitHub Email for GitOps | `staffbot@staffbase.com` |
121
-
| `gitops-token` | GitHub Token for GitOps | |
122
-
| `gitops-dev` | Files which should be updated by the GitHub Action for DEV, must be relative to the root of the GitOps repository | |
123
-
| `gitops-stage` | Files which should be updated by the GitHub Action for STAGE, must be relative to the root of the GitOps repository | |
124
-
| `gitops-prod` | Files which should be updated by the GitHub Action for PROD, must be relative to the root of the GitOps repository | |
125
-
| `working-directory` | The directory in which the GitOps action should be executed. The docker-file variable should be relative to working directory. | `.` |
| `docker-username` | Username for the Docker Registry | |
113
+
| `docker-password` | Password for the Docker Registry | |
114
+
| `docker-file` | Dockerfile | `./Dockerfile` |
115
+
| `docker-build-args` | List of build-time variables | |
116
+
| `docker-build-secrets` | List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) | |
117
+
| `docker-build-secret-files` | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | |
118
+
| `docker-build-target` | Sets the target stage to build like: "runtime"| |
119
+
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
120
+
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
121
+
| `gitops-user` | GitHub User for GitOps | `Staffbot` |
122
+
| `gitops-email` | GitHub Email for GitOps | `staffbot@staffbase.com` |
123
+
| `gitops-token` | GitHub Token for GitOps | |
124
+
| `gitops-dev` | Files which should be updated by the GitHub Action for DEV, must be relative to the root of the GitOps repository | |
125
+
| `gitops-stage` | Files which should be updated by the GitHub Action for STAGE, must be relative to the root of the GitOps repository | |
126
+
| `gitops-prod` | Files which should be updated by the GitHub Action for PROD, must be relative to the root of the GitOps repository | |
127
+
| `working-directory` | The directory in which the GitOps action should be executed. The docker-file variable should be relative to working directory. | `.` |
0 commit comments