diff --git a/build-ubi.jenkins b/build-ubi.jenkins index b416581..de87407 100644 --- a/build-ubi.jenkins +++ b/build-ubi.jenkins @@ -45,7 +45,7 @@ pipeline { } else { updateCmd = "dnf" } - def dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest + dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest LABEL org.opencontainers.image.authors="The_Spider " LABEL org.opencontainers.image.title="ubi${rhOS}/${image}"