diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29f2967928ae1be6bee98d5420dd64ebfbe89178..2e14c602124b7789b8f9786f65e0f9acfde5b0b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ eic_docker: script: - cd containers/docker - make login - - make release-cached + - make release eic_singularity: image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa14f185d516fb5a901d3e2414cc9714ee539c2..133cfd16cfae701542e6ae52ff96da33c71218a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (eic_container VERSION 1.3.0) +project (eic_container VERSION 1.3.1) ################################################################################ ## The name of our container