forgot the build_docker step

This commit is contained in:
Sylvain Tremblay 2024-06-29 19:09:08 -04:00
parent 37b1ed8fe3
commit 3181e0db9e

View File

@ -2,7 +2,7 @@
REGISTRY=registry.nationtech.io
IMAGE_NAME=sreez-website
TAG="v1.7.2"
TAG="v1.8.0"
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"