From e0537bf633722e26ba9a65c693d84e7439dc7bf1 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 18 Feb 2026 10:40:47 -0800 Subject: [PATCH] Add ghcr.io image tag to docker-compose for registry publishing Allows the image to be pushed to GitHub Container Registry and pulled on deployment servers without needing the source code. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 7813234..2c7ada9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: app: build: . + image: ghcr.io/djsplice07/squares_game:latest network_mode: host env_file: .env environment: