Add docker image building

This commit is contained in:
2025-12-22 19:23:15 +01:00
parent eab891aec7
commit 090ab9060b
2 changed files with 2 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ NC='\033[0m' # No Color
IMAGE_NAME="pmomusic"
TAG="latest"
NO_CACHE=false
PUSH=false
REGISTRY=""
PUSH=true
REGISTRY="niepce.petite-maison-orange.fr/public"
# Fonction d'aide
show_help() {