diff --git a/.jenkins/prod-fedora-40.Dockerfile b/.jenkins/prod-fedora-40.Dockerfile index 03d34d4b..8616dd52 100644 --- a/.jenkins/prod-fedora-40.Dockerfile +++ b/.jenkins/prod-fedora-40.Dockerfile @@ -1,6 +1,6 @@ FROM fedora:40 -LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco" +LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco-runtime" ARG LLVM_PARALLEL_COMPILE_JOBS=4 ARG LLVM_PARALLEL_LINK_JOBS=1 diff --git a/.jenkins/prod-ubuntu-22.04.Dockerfile b/.jenkins/prod-ubuntu-22.04.Dockerfile index 15693f20..f8324168 100644 --- a/.jenkins/prod-ubuntu-22.04.Dockerfile +++ b/.jenkins/prod-ubuntu-22.04.Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco" +LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco-runtime" ARG LLVM_PARALLEL_COMPILE_JOBS=4 ARG LLVM_PARALLEL_LINK_JOBS=1