Docker: Update TF-M infra check to use new docker image

Since the old label is gone, replace with the new image label

Change-Id: Ifec61569acc9fb804f02865fed72675018b5a0ff
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
diff --git a/jenkins/build-config-infra-health.jpl b/jenkins/build-config-infra-health.jpl
index 00550a8..cd13882 100644
--- a/jenkins/build-config-infra-health.jpl
+++ b/jenkins/build-config-infra-health.jpl
@@ -9,9 +9,9 @@
 @Library('trustedfirmware') _
 import org.trustedfirmware.Gerrit
 
-def nodeLabel = "docker-amd64-bionic"
+def nodeLabel = "docker-amd64-m-bionic"
 if (env.COMPILER == "ARMCLANG") {
-  nodeLabel = "docker-amd64-bionic-armclang"
+  nodeLabel = "docker-amd64-m-bionic"
 }
 
 node(nodeLabel) {
diff --git a/jenkins/ci-infra-health.jpl b/jenkins/ci-infra-health.jpl
index 5d84b94..2c15233 100644
--- a/jenkins/ci-infra-health.jpl
+++ b/jenkins/ci-infra-health.jpl
@@ -432,7 +432,7 @@
 def builds = [:]
 def results = [:]
 
-node("docker-amd64-bionic") {
+node("docker-amd64-m-bionic") {
   stage("Init") {
     cleanWs()
     dir("tf-m-ci-scripts") {
@@ -472,7 +472,7 @@
   }
 }
 
-node("docker-amd64-bionic") {
+node("docker-amd64-m-bionic") {
   stage("Copy Docs") {
     if (env.JOB_NAME.equals("tf-m-build-and-test")) {
       step([$class: 'CopyArtifact', projectName: 'tf-m-build-docs',