From b3979431fa7da435f152b9344b6f660ae8145499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 08:52:01 +0000 Subject: [PATCH] Update ghcr.io/medama-io/medama Docker tag to v0.6.1 (#1282) --- apps/medama/{0.6.0 => 0.6.1}/.env.sample | 0 apps/medama/{0.6.0 => 0.6.1}/data.yml | 0 apps/medama/{0.6.0 => 0.6.1}/docker-compose.yml | 2 +- apps/medama/{0.6.0 => 0.6.1}/scripts/uninstall.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/medama/{0.6.0 => 0.6.1}/.env.sample (100%) rename apps/medama/{0.6.0 => 0.6.1}/data.yml (100%) rename apps/medama/{0.6.0 => 0.6.1}/docker-compose.yml (88%) rename apps/medama/{0.6.0 => 0.6.1}/scripts/uninstall.sh (100%) diff --git a/apps/medama/0.6.0/.env.sample b/apps/medama/0.6.1/.env.sample similarity index 100% rename from apps/medama/0.6.0/.env.sample rename to apps/medama/0.6.1/.env.sample diff --git a/apps/medama/0.6.0/data.yml b/apps/medama/0.6.1/data.yml similarity index 100% rename from apps/medama/0.6.0/data.yml rename to apps/medama/0.6.1/data.yml diff --git a/apps/medama/0.6.0/docker-compose.yml b/apps/medama/0.6.1/docker-compose.yml similarity index 88% rename from apps/medama/0.6.0/docker-compose.yml rename to apps/medama/0.6.1/docker-compose.yml index 15da87fcd..6301cc04c 100644 --- a/apps/medama/0.6.0/docker-compose.yml +++ b/apps/medama/0.6.1/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.6.0" + image: "ghcr.io/medama-io/medama:v0.6.1" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/medama/0.6.0/scripts/uninstall.sh b/apps/medama/0.6.1/scripts/uninstall.sh similarity index 100% rename from apps/medama/0.6.0/scripts/uninstall.sh rename to apps/medama/0.6.1/scripts/uninstall.sh