From 233f1997dc5e2c4014a97fbc089b9ef1a2d0ec7d Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 24 Jan 2024 17:50:03 -0500 Subject: [PATCH] Switch to latest tag for docker-leptos image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 497f2c8..b2551cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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