GitLab Runner 17.8.0 packaging broken?

Summary

It seems gitlab-runner package was updated, but not gitlab-runner-helper-images

Steps to reproduce

curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash
apt update
apt install gitlab-runner -y

Actual behavior

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gitlab-runner : Depends: gitlab-runner-helper-images (= 17.8.0-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Expected behavior

gitlab-runner should install

Relevant logs and/or screenshots

I suspect gitlab-runner was updated but not gitlab-runner-helper-images?

root@myserver.com:~ $ apt search gitlab-runner
Sorting... Done
Full Text Search... Done
gitlab-runner/bookworm 17.8.0-1 amd64
  GitLab Runner

gitlab-runner-helper-images/bookworm 17.7.0-1 all
  GitLab Runner Helper Docker Images

Environment description

I did an install yesterday on a fresh server, using the same Debian 12 image, without any issues. That server has gitlab-runner 17.7.0-1 installed. So something changed between then and now.

Edited by Mattias