chore: update Docker repository from dhg.lol:5000 to euchre-camp/euchre-camp

This commit is contained in:
2026-03-31 17:43:12 -07:00
parent 8440962649
commit 74e6180a35
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const fs = require('fs');
const path = require('path');
// Configuration
const REGISTRY = 'dhg.lol:5000';
const REGISTRY = 'euchre-camp';
const IMAGE_NAME = 'euchre-camp';
const FULL_IMAGE_NAME = `${REGISTRY}/${IMAGE_NAME}`;
+1 -1
View File
@@ -12,7 +12,7 @@ const path = require('path');
const { execSync } = require('child_process');
// Configuration
const REGISTRY = 'dhg.lol:5000';
const REGISTRY = 'euchre-camp';
const IMAGE_NAME = 'euchre-camp';
// Get current version from package.json