From: Jérôme Benoit Date: Wed, 6 Sep 2023 00:46:10 +0000 (+0200) Subject: build(ci): add name to docker image job X-Git-Tag: v1.2.21~24 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=73321f4343e73ad61b0a590198d8b13d1a3322b4;p=e-mobility-charging-stations-simulator.git build(ci): add name to docker image job Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e03409a..d2b91e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build-docker: runs-on: ubuntu-latest + name: Build docker image steps: - uses: actions/checkout@v4 - name: Setup Docker Buildx