From 8b1400da17c1b3e6dab7ce7b23d0d6683b64a0bd Mon Sep 17 00:00:00 2001 From: DevOps Date: Mon, 22 Jun 2026 20:12:31 +0200 Subject: [PATCH] fix: tag api image to force rebuild --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 36f9d7e..e8d5c41 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,6 +33,9 @@ services: api: build: context: ./backend + tags: + - "nexus-api:latest-20260622a" + image: nexus-api:latest-20260622a restart: unless-stopped deploy: resources: