Skip to content

add Docker tag to Docker image creation job

Ensure that the Docker CI job is executed on the right runner

Motivation:

Previous build were failing because they were being executed on a runner without Docker-in-Docker capabilities. The PR ensures, that the right runner is selected for the jobs.

Modifications:

Add a tag to the job with the image creation

Result:

The job succeeds

Target: master Request: Acked-by: Pull-request: #

Merge request reports