From 4b36aba7bfcf6e57ea977e5f086f6a37b36f882e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:00:09 +0000 Subject: [PATCH 1/2] chore(deps): update xhongc/music_tag_web docker tag to v2.2.2 --- music-tag-web/2.1.8/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music-tag-web/2.1.8/docker-compose.yml b/music-tag-web/2.1.8/docker-compose.yml index ec885ee67..bd78f8fde 100644 --- a/music-tag-web/2.1.8/docker-compose.yml +++ b/music-tag-web/2.1.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.1.8 + image: xhongc/music_tag_web:2.2.2 labels: createdBy: "Apps" From 1e825fceff3c56ec2e20382da6a34cf241b3920d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 1 Sep 2024 15:00:21 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- music-tag-web/{2.1.8 => 2.2.2}/.env.sample | 0 music-tag-web/{2.1.8 => 2.2.2}/data.yml | 0 music-tag-web/{2.1.8 => 2.2.2}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename music-tag-web/{2.1.8 => 2.2.2}/.env.sample (100%) rename music-tag-web/{2.1.8 => 2.2.2}/data.yml (100%) rename music-tag-web/{2.1.8 => 2.2.2}/docker-compose.yml (100%) diff --git a/music-tag-web/2.1.8/.env.sample b/music-tag-web/2.2.2/.env.sample similarity index 100% rename from music-tag-web/2.1.8/.env.sample rename to music-tag-web/2.2.2/.env.sample diff --git a/music-tag-web/2.1.8/data.yml b/music-tag-web/2.2.2/data.yml similarity index 100% rename from music-tag-web/2.1.8/data.yml rename to music-tag-web/2.2.2/data.yml diff --git a/music-tag-web/2.1.8/docker-compose.yml b/music-tag-web/2.2.2/docker-compose.yml similarity index 100% rename from music-tag-web/2.1.8/docker-compose.yml rename to music-tag-web/2.2.2/docker-compose.yml