Skip to content
Snippets Groups Projects
Commit ab5862a5 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

always create and publish listing

parent fc1694c7
No related branches found
No related tags found
1 merge request!26Rework image matrix and export
Pipeline #133208 passed
Pipeline: shiny-k8s-example

#133211

    Pipeline: shiny-k8s-example

    #133209

      ......@@ -64,7 +64,8 @@ variables:
      # push image as latest for the current branch
      - docker push "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/${LANGUAGE}:latest"
      # push image tagged with its versions
      - docker push "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/${LANGUAGE}:$VERSIONS_TAG"
      - IMAGE_PATH="$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/${LANGUAGE}:$VERSIONS_TAG"
      - docker push "${IMAGE_PATH}"
      # push image tagged with its versions and the commit sha (debug purpose)
      - docker push "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/${LANGUAGE}:$VERSIONS_TAG--$CI_COMMIT_SHORT_SHA"
      - |
      ......@@ -134,9 +135,6 @@ build_r:
      publish_listing:
      only:
      - docker-images
      - rework-image-matrix-and-export
      needs:
      - build_r
      - build_python
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment