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
+17
Original file line number
Diff line number
Diff line change
@@ -43,3 +43,20 @@ uv run silverback run main:app --network base:sepolia:alchemy --runner silverbac
43
43
```
44
44
45
45
Note that you must have the [uv](https://github.com/astral-sh/uv) package manager installed in order to run this, otherwise you can install the `pyproject.toml` file using your preferred environment and package manager
46
+
47
+
## Publishing images
48
+
49
+
Images can be built and published to a registry using the following commands. Before publishing, ensure that you have a github token with the `read:packages` and `write:packages` scopes and can authenticate to the `ghcr.io` registry.
50
+
51
+
```bash
52
+
# Make sure you are authenticated to the github registry
0 commit comments