From d80ca35a54ed8297eb86fd975ee785ffa5b64716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:05:35 +0000 Subject: [PATCH 1/2] chore(deps): update xhongc/music_tag_web docker tag to v2.3.0 --- music-tag-web/2.2.8/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music-tag-web/2.2.8/docker-compose.yml b/music-tag-web/2.2.8/docker-compose.yml index 4bc5fb8ee..bb2e50b48 100644 --- a/music-tag-web/2.2.8/docker-compose.yml +++ b/music-tag-web/2.2.8/docker-compose.yml @@ -10,7 +10,7 @@ services: - "${DATA_PATH}:/app/media:rw" - "./config:/app/data" command: /start - image: xhongc/music_tag_web:2.2.8 + image: xhongc/music_tag_web:2.3.0 labels: createdBy: "Apps" From 61b52bf56068ba47a4fc2bcdf87f5a5414b2cbf9 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 12 Dec 2024 17:05:47 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- music-tag-web/{2.2.8 => 2.3.0}/.env.sample | 0 music-tag-web/{2.2.8 => 2.3.0}/data.yml | 0 music-tag-web/{2.2.8 => 2.3.0}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename music-tag-web/{2.2.8 => 2.3.0}/.env.sample (100%) rename music-tag-web/{2.2.8 => 2.3.0}/data.yml (100%) rename music-tag-web/{2.2.8 => 2.3.0}/docker-compose.yml (100%) diff --git a/music-tag-web/2.2.8/.env.sample b/music-tag-web/2.3.0/.env.sample similarity index 100% rename from music-tag-web/2.2.8/.env.sample rename to music-tag-web/2.3.0/.env.sample diff --git a/music-tag-web/2.2.8/data.yml b/music-tag-web/2.3.0/data.yml similarity index 100% rename from music-tag-web/2.2.8/data.yml rename to music-tag-web/2.3.0/data.yml diff --git a/music-tag-web/2.2.8/docker-compose.yml b/music-tag-web/2.3.0/docker-compose.yml similarity index 100% rename from music-tag-web/2.2.8/docker-compose.yml rename to music-tag-web/2.3.0/docker-compose.yml