fix(ci): avoid rebuilding email example image (#1400)

This commit is contained in:
Ophir LOJKINE
2026-08-23 17:42:09 +02:00
committed by GitHub
parent dface22adb
commit bca732e98f
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ This example sends plain-text email with [`sqlpage.send_mail`](https://sql-page.
Run the example:
```sh
docker compose up --build
docker compose -f docker-compose.yml -f docker-compose.local.yml up --build
```
This builds SQLPage from the current repository checkout before starting the example.
@@ -0,0 +1,6 @@
services:
web:
build:
context: ../..
args:
CARGO_PROFILE: dev
@@ -1,10 +1,6 @@
services:
web:
image: lovasoa/sqlpage:main
build:
context: ../..
args:
CARGO_PROFILE: dev
ports:
- "8080:8080"
environment: