|
75 | 75 | # "APP_PATH": "./application/", |
76 | 76 | # "PROD_MODE": "true" |
77 | 77 | # }, |
| 78 | + # "secret-envs": { |
| 79 | + # "GH_TOKEN": "GITHUB_TOKEN" |
| 80 | + # }, |
78 | 81 | # "platforms": [ |
79 | 82 | # "linux/amd64", |
80 | 83 | # { |
@@ -114,15 +117,16 @@ jobs: |
114 | 117 |
|
115 | 118 | ### Images entry parameters |
116 | 119 |
|
117 | | -| **Parameter** | **Description** | **Default** | **Required** | |
118 | | -| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | |
119 | | -| **<code>name</code>** | Image name. Must be unique. It is used as `image` in [Docker build-image action](../../actions/docker/build-image/README.md) | | **true** | |
120 | | -| **<code>repository</code>** | Repository name. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **false** | |
121 | | -| **<code>context</code>** | Build context. See [Docker build-image action](../../actions/docker/build-image/README.md) | <code>.</code> | **false** | |
122 | | -| **<code>dockerfile</code>** | Location of Dockerfile. See [Docker build-image action](../../actions/docker/build-image/README.md) | <code>Dockerfile</code> | **false** | |
123 | | -| **<code>target</code>** | Sets the target stage to build. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **true** | |
124 | | -| **<code>build-args</code>** | List of build-time variables. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **false** | |
125 | | -| **<code>platforms</code>** | List of platforms to build for. It is used as `platform` in [Docker build-image action](../../actions/docker/build-image/README.md). Can be a string (Example: `linux/amd64`) or an object (Example: `{"name": "darwin/amd64","runs-on": "macos-latest"}`) | | **true** | |
| 120 | +| **Parameter** | **Description** | **Default** | **Required** | |
| 121 | +| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------ | |
| 122 | +| **<code>name</code>** | Image name. Must be unique. It is used as `image` in [Docker build-image action](../../actions/docker/build-image/README.md) | | **true** | |
| 123 | +| **<code>repository</code>** | Repository name. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **false** | |
| 124 | +| **<code>context</code>** | Build context. See [Docker build-image action](../../actions/docker/build-image/README.md) | <code>.</code> | **false** | |
| 125 | +| **<code>dockerfile</code>** | Location of Dockerfile. See [Docker build-image action](../../actions/docker/build-image/README.md) | <code>Dockerfile</code> | **false** | |
| 126 | +| **<code>target</code>** | Sets the target stage to build. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **true** | |
| 127 | +| **<code>build-args</code>** | List of build-time variables. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **false** | |
| 128 | +| **<code>secret-envs</code>** | List of secret environment variables to expose to the build. See [Docker build-image action](../../actions/docker/build-image/README.md) | | **false** | |
| 129 | +| **<code>platforms</code>** | List of platforms to build for. It is used as `platform` in [Docker build-image action](../../actions/docker/build-image/README.md). Can be a string (Example: `linux/amd64`) or an object (Example: `{"name": "darwin/amd64","runs-on": "macos-latest"}`) | | **true** | |
126 | 130 |
|
127 | 131 | #### Platforms entry parameters |
128 | 132 |
|
|
0 commit comments