From 0c211746c24c98740ddfbc104495d462f5cacf47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:40:24 +0000 Subject: [PATCH 1/2] chore(deps): update xhongc/music_tag_web docker tag to v2.2.3 --- music-tag-web/2.2.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music-tag-web/2.2.2/docker-compose.yml b/music-tag-web/2.2.2/docker-compose.yml index bd78f8fde..1df4d173a 100644 --- a/music-tag-web/2.2.2/docker-compose.yml +++ b/music-tag-web/2.2.2/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.2 + image: xhongc/music_tag_web:2.2.3 labels: createdBy: "Apps" From c9c19c8b58908cd876edf7ce2ce2fd963bbdd946 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 20 Sep 2024 03:40:35 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- music-tag-web/{2.2.2 => 2.2.3}/.env.sample | 0 music-tag-web/{2.2.2 => 2.2.3}/data.yml | 0 music-tag-web/{2.2.2 => 2.2.3}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename music-tag-web/{2.2.2 => 2.2.3}/.env.sample (100%) rename music-tag-web/{2.2.2 => 2.2.3}/data.yml (100%) rename music-tag-web/{2.2.2 => 2.2.3}/docker-compose.yml (100%) diff --git a/music-tag-web/2.2.2/.env.sample b/music-tag-web/2.2.3/.env.sample similarity index 100% rename from music-tag-web/2.2.2/.env.sample rename to music-tag-web/2.2.3/.env.sample diff --git a/music-tag-web/2.2.2/data.yml b/music-tag-web/2.2.3/data.yml similarity index 100% rename from music-tag-web/2.2.2/data.yml rename to music-tag-web/2.2.3/data.yml diff --git a/music-tag-web/2.2.2/docker-compose.yml b/music-tag-web/2.2.3/docker-compose.yml similarity index 100% rename from music-tag-web/2.2.2/docker-compose.yml rename to music-tag-web/2.2.3/docker-compose.yml