Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Docker action: don't rebuild the tuto images each week as they build upon stable
[simgrid.git] / .github / workflows / docker.yml
index db99185..3a84db3 100644 (file)
@@ -33,8 +33,7 @@ jobs:
       - name: build
         run: |
           cd tools/docker
-          make stable
-          make all
+          make unstable
           make push
       - name: Create the failure Message
         if: ${{ failure() }}