Bugfix
release-tag / release-image (push) Successful in 1m30s

This commit is contained in:
2026-08-05 12:01:06 +02:00
parent d191b871de
commit 6ebdcd4fb0
14 changed files with 178 additions and 22 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ name: gpo-distributor
services:
gpo-server:
image: "${GPO_SERVER_IMAGE:-gpo-distributor-server:0.2.1}"
image: "${GPO_SERVER_IMAGE:-gpo-distributor-server:0.2.2}"
build:
context: ..
dockerfile: Dockerfile
args:
VERSION: "${GPO_SERVER_VERSION:-0.2.1}"
VERSION: "${GPO_SERVER_VERSION:-0.2.2}"
restart: unless-stopped
init: true
stop_grace_period: 25s