X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d655676dd422d3945f05aab0c74268b641115e4..663d5467fba33748ddadc53dd60f3beb8055c07d:/.github/workflows/docker-stable.yml diff --git a/.github/workflows/docker-stable.yml b/.github/workflows/docker-stable.yml index 101decec8f..c49925fb6c 100644 --- a/.github/workflows/docker-stable.yml +++ b/.github/workflows/docker-stable.yml @@ -15,7 +15,7 @@ on: # types: [published, created, edited] jobs: - docker-stable: + docker-simgrid: runs-on: ubuntu-latest permissions: @@ -57,7 +57,7 @@ jobs: docker-tuto-s4u: # the Dockerfile builds upon the docker-unstable image, so add a dependency - needs: docker-unstable + needs: docker-simgrid runs-on: ubuntu-latest permissions: contents: read @@ -95,7 +95,7 @@ jobs: docker-tuto-smpi: # the Dockerfile builds upon the docker-stable image, so add a dependency - needs: docker-stable + needs: docker-simgrid runs-on: ubuntu-latest permissions: