From: Martin Quinson Date: Thu, 7 Oct 2021 23:01:54 +0000 (+0200) Subject: Docker action: don't rebuild the tuto images each week as they build upon stable X-Git-Tag: v3.30~343 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/da88f15243b5c196d25cb697cba9c672cf7d07f1?hp=739ef71fe22da81ca46a254e74bbba851825f9dc Docker action: don't rebuild the tuto images each week as they build upon stable --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db991850db..3a84db3ee2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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() }}