fix: update Docker build script to use docker.notsosm.art registry
Release / release (push) Has been cancelled

This commit is contained in:
2026-03-31 19:16:15 -07:00
parent da9c6ae70b
commit 5e2dbbc2be
+1 -1
View File
@@ -14,7 +14,7 @@ const fs = require('fs');
const path = require('path');
// Configuration
const REGISTRY = 'euchre-camp';
const REGISTRY = 'docker.notsosm.art';
const IMAGE_NAME = 'euchre-camp';
const FULL_IMAGE_NAME = `${REGISTRY}/${IMAGE_NAME}`;