Switch to latest tag for docker-leptos image
This commit is contained in:
parent
a20c165d96
commit
233f1997dc
@ -1,7 +1,7 @@
|
|||||||
# Build the project
|
# Build the project
|
||||||
build:
|
build:
|
||||||
needs: []
|
needs: []
|
||||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:slim
|
image: registry.mregirouard.com/libretunes/ops/docker-leptos:latest
|
||||||
script:
|
script:
|
||||||
- cargo-leptos build
|
- cargo-leptos build
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ docker-build:
|
|||||||
# Run unit tests
|
# Run unit tests
|
||||||
test:
|
test:
|
||||||
needs: ["build"]
|
needs: ["build"]
|
||||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:slim
|
image: registry.mregirouard.com/libretunes/ops/docker-leptos:latest
|
||||||
script:
|
script:
|
||||||
- cargo-leptos test
|
- cargo-leptos test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user