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:
|
||||
needs: []
|
||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:slim
|
||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:latest
|
||||
script:
|
||||
- cargo-leptos build
|
||||
|
||||
@ -23,7 +23,7 @@ docker-build:
|
||||
# Run unit tests
|
||||
test:
|
||||
needs: ["build"]
|
||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:slim
|
||||
image: registry.mregirouard.com/libretunes/ops/docker-leptos:latest
|
||||
script:
|
||||
- cargo-leptos test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user