Switch to latest tag for docker-leptos image

This commit is contained in:
Ethan Girouard 2024-01-24 17:50:03 -05:00
parent a20c165d96
commit 233f1997dc
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

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