Add image pull commands to readme
CI / server (push) Successful in 2m51s
CI / frontend (push) Successful in 28s
CI / kiosk (push) Failing after 7m8s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Successful in 20s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Successful in 3m1s
CI / server (push) Successful in 2m51s
CI / frontend (push) Successful in 28s
CI / kiosk (push) Failing after 7m8s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Successful in 20s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Successful in 3m1s
Claude-Session: https://claude.ai/code/session_01RoC1ENJv254orkm7vZCQc3
This commit is contained in:
@@ -146,10 +146,14 @@ stage, so an overloaded kiosk loses frames instead of falling further behind.
|
|||||||
Published to GitHub Container Registry on every push to `main` and every `v*` tag:
|
Published to GitHub Container Registry on every push to `main` and every `v*` tag:
|
||||||
|
|
||||||
```
|
```
|
||||||
ghcr.io/sirblobby/pistation-server
|
docker pull ghcr.io/sirblobby/pistation-server:latest
|
||||||
ghcr.io/sirblobby/pistation-web
|
docker pull ghcr.io/sirblobby/pistation-web:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The Compose stack builds from source by default. To run the published images instead, replace the
|
||||||
|
`build:` block on the `server` and `web` services in `infra/docker-compose.yml` with an `image:`
|
||||||
|
line pointing at the tag above.
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
MIT. Source at [github.com/SirBlobby/pistation](https://github.com/SirBlobby/pistation).
|
MIT. Source at [github.com/SirBlobby/pistation](https://github.com/SirBlobby/pistation).
|
||||||
|
|||||||
Reference in New Issue
Block a user