repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb77a4
)
build(ci): add name to docker image job
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 6 Sep 2023 00:46:10 +0000
(
02:46
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 6 Sep 2023 00:46:10 +0000
(
02:46
+0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 6e03409a9a635a7ec7818c001c97fd09edf13676..d2b91e2837e6965187964eb9b6908f4ceeaff9bf 100644
(file)
--- 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