Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split the action to build the s4u tuto docker image
[simgrid.git] / .github / workflows / docker-stable.yml
index 2008a3f..bf95828 100644 (file)
@@ -38,9 +38,8 @@ jobs:
         run: |
           grep SIMGRID_VERSION_PATCH CMakeLists.txt| grep -q 'SIMGRID_VERSION_PATCH "0"' || (echo "Only run this action on stable source";exit 1)
           cd tools/docker
-          make stable tuto-s4u tuto-smpi
+          make stable tuto-smpi
           docker push simgrid/stable
-          docker push simgrid/tuto-s4u
           docker push simgrid/tuto-smpi
       - name: Create the failure Message
         if: ${{ failure() }}