From 47a8f5147b333c91edcd6ab491c0a646669b2502 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Jan 2026 09:08:34 +0000 Subject: [PATCH] Replace code.forgejo.org/federation/mastodon Docker tag with data.forgejo.org/federation/mastodon v4.5-test (#1489) Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1489 Reviewed-by: Michael Kriese Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- federation/scenario-mastodon/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/federation/scenario-mastodon/compose.yaml b/federation/scenario-mastodon/compose.yaml index 0a39c17e..47f242e3 100644 --- a/federation/scenario-mastodon/compose.yaml +++ b/federation/scenario-mastodon/compose.yaml @@ -56,7 +56,7 @@ services: mastodon-app: # built from https://code.forgejo.org/federation/build-mastodon/src/branch/main/mastodon-containerfile - image: code.forgejo.org/federation/mastodon:v4.5-test + image: data.forgejo.org/federation/mastodon:v4.5-test volumes: - ./resources/certs:/usr/local/share/ca-certificates/ - ./mastodon-app/init/:/init/ @@ -84,7 +84,7 @@ services: mastodon-sidekiq: # built from https://code.forgejo.org/federation/build-mastodon/src/branch/main/mastodon-containerfile - image: code.forgejo.org/federation/mastodon:v4.5-test + image: data.forgejo.org/federation/mastodon:v4.5-test volumes: - ./resources/certs:/usr/local/share/ca-certificates/ - ./mastodon-sidekiq/init/:/init/