Skip to content

Use the right variable name to get the docker image prefix

Adam Coldrick requested to merge sotk/fix-docker-image-build into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

This is just a tiny fix.

Description

This fixes the variable name used in the docker image build/push step in the CI. This should allow the build to actually work and push an image to the registry.

Merge request reports