Skip to content

Commit c37a5bb

Browse files
committed
Restore localhost/complement-synapse change from #19523
See #19523 (comment)
1 parent 6254e00 commit c37a5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_complement_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
for TAG in ${{ join(fromJson(steps.meta.outputs.json).tags, ' ') }}; do
7171
echo "tag and push $TAG"
7272
# `localhost/complement-synapse` should match the image created by `scripts-dev/complement.sh`
73-
docker tag complement-synapse $TAG
73+
docker tag localhost/complement-synapse $TAG
7474
docker push $TAG
7575
done

0 commit comments

Comments
 (0)