Restore localhost/complement-synapse change from #19523

See https://github.com/element-hq/synapse/pull/19523#discussion_r2944133700
This commit is contained in:
Eric Eastwood
2026-03-16 22:20:56 -05:00
parent 6254e009bb
commit c37a5bb4cd

View File

@@ -70,6 +70,6 @@ jobs:
for TAG in ${{ join(fromJson(steps.meta.outputs.json).tags, ' ') }}; do
echo "tag and push $TAG"
# `localhost/complement-synapse` should match the image created by `scripts-dev/complement.sh`
docker tag complement-synapse $TAG
docker tag localhost/complement-synapse $TAG
docker push $TAG
done