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

main docker image branch is now docker-images

parent 738dd67b
Branches
No related tags found
No related merge requests found
Pipeline #133081 passed
Pipeline: shiny-k8s-example

#133083

    Pipeline: shiny-k8s-example

    #133082

      ......@@ -63,7 +63,7 @@ variables:
      # push image tagged with its versions and the commit sha (debug purpose)
      - docker push "$CI_REGISTRY_IMAGE/${LANGUAGE}/$CI_COMMIT_REF_SLUG:$VERSIONS_TAG--$CI_COMMIT_SHORT_SHA"
      - |
      if [ "main" == "${CI_COMMIT_REF_SLUG}" ]; then
      if [ "docker-images" == "${CI_COMMIT_REF_SLUG}" ]; then
      # push image tagged with its versions
      docker push "$CI_REGISTRY_IMAGE/${LANGUAGE}:$VERSIONS_TAG"
      fi
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment