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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1507,6 +1507,12 @@ In generic, the script takes the following arguments:
1507
1507
- `$3` (optional): browser name. If not provided, it will iterate over all the browsers (`chrome`, `edge`, `firefox`)
1508
1508
- `$4` (optional): Push image to registry. By default, it is `false`. If you want to push the image to the registry, set it to `true` (required Docker login to your namespace done before running the script).
1509
1509
1510
+
To update the browser versions matrix, you can run the following command:
1511
+
1512
+
```bash
1513
+
make update_browser_versions_matrix
1514
+
```
1515
+
1510
1516
To set your namespace for the images, you can set the environment variable `NAME` before running the script. For example:
0 commit comments