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
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 7 Oct 2021 23:01:54 +0000 (01:01 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 7 Oct 2021 23:01:54 +0000 (01:01 +0200)
.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() }}