Skip to content
Snippets Groups Projects
Commit 31f47243 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: typo

parent a9eb719d
Branches
Tags
1 merge request!1153feat: use buildx registry caching
Pipeline #119439 passed
Pipeline: reconstruction_benchmarks

#119453

    Pipeline: eic_container: fix: typo

    #119452

      Pipeline: eic_container: fix: typo

      #119451

        +3
        ...@@ -295,7 +295,7 @@ base: ...@@ -295,7 +295,7 @@ base:
        - while ! - while !
        docker buildx build --push ${BUILD_OPTIONS} ${nocache} docker buildx build --push ${BUILD_OPTIONS} ${nocache}
        --cache-to type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}-cache,mode=max --cache-to type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}-cache,mode=max
        --cache-from type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}-cache . --cache-from type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}-cache
        --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG} --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
        ${EXPORT_TAG:+ ${EXPORT_TAG:+
        ${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}} ${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}}
        ...@@ -394,7 +394,7 @@ eic: ...@@ -394,7 +394,7 @@ eic:
        - while ! - while !
        docker buildx build --push ${BUILD_OPTIONS} ${nocache} docker buildx build --push ${BUILD_OPTIONS} ${nocache}
        --cache-to type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}-cache,mode=max --cache-to type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}-cache,mode=max
        --cache-from type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}-cache . --cache-from type=registry,ref=${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}-cache
        --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE} --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
        ${EXPORT_TAG:+ ${EXPORT_TAG:+
        ${IF_BUILD_DEFAULT+ ${IF_BUILD_DEFAULT+
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment