Switch to latest tag for docker-leptos image

This commit is contained in:
2024-01-24 17:50:03 -05:00
parent a20c165d96
commit 233f1997dc

View File

@ -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