Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'github/master'
[simgrid.git] / .github / workflows / docker.yml
index db991850db49ceb5088967cccc38f22e3db74dd1..13dd5ed6894750d544e468805eb5d6aad53adad8 100644 (file)
@@ -1,4 +1,4 @@
-name: Docker
+name: Docker unstable
 
 # This workflow uses actions that are not certified by GitHub.
 # They are provided by a third-party and are governed by
@@ -33,9 +33,9 @@ jobs:
       - name: build
         run: |
           cd tools/docker
-          make stable
-          make all
-          make push
+          make unstable tuto-mc
+          docker push simgrid/unstable
+          docker push simgrid/tuto-mc
       - name: Create the failure Message
         if: ${{ failure() }}
         run: |