Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Docker tuto-mc is based on the git version, not on stable image at all
[simgrid.git] / .github / workflows / docker.yml
index 001c3e9..13dd5ed 100644 (file)
@@ -33,8 +33,9 @@ jobs:
       - name: build
         run: |
           cd tools/docker
-          make unstable
-          make push
+          make unstable tuto-mc
+          docker push simgrid/unstable
+          docker push simgrid/tuto-mc
       - name: Create the failure Message
         if: ${{ failure() }}
         run: |