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
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 8 Oct 2021 06:37:37 +0000 (08:37 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 8 Oct 2021 06:37:37 +0000 (08:37 +0200)
.github/workflows/docker-stable.yml
.github/workflows/docker.yml

index f5b083d..2008a3f 100644 (file)
@@ -38,20 +38,18 @@ 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 tuto-mc
+          make stable tuto-s4u tuto-smpi
           docker push simgrid/stable
-          docker push simgrid/unstable
           docker push simgrid/tuto-s4u
           docker push simgrid/tuto-smpi
-          docker push simgrid/tuto-mc
       - name: Create the failure Message
         if: ${{ failure() }}
         run: |
-          echo "{\"attachments\": [{\"color\": \"#FF0000\", \"text\":\"Failure when building docker images ! See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
+          echo "{\"attachments\": [{\"color\": \"#FF0000\", \"text\":\"Failure when building STABLE docker images ! See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
       - name: Create the success Message
         if: ${{ success() }}
         run: |
-          echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"Docker images built and pushed successfully ! ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
+          echo "{\"attachments\": [{\"color\": \"#00FF00\", \"text\":\"Docker STABLE images built and pushed successfully ! ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \"}]}" > mattermost.json
       - uses: mattermost/action-mattermost-notify@master
         env:
           MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
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: |