build(ci): add name to docker image job
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 6e03409a9a635a7ec7818c001c97fd09edf13676..d2b91e2837e6965187964eb9b6908f4ceeaff9bf 100644 (file)
@@ -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