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:
c168e7a
)
Run the docker image build in GitHub actions.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 30 May 2021 19:39:30 +0000
(21:39 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 30 May 2021 19:39:30 +0000
(21:39 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/build.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index ed9dcb72788e5a235c58c505e5ad0e8f99201d77..c5da1ceb81b38ac9c6290986509e32bf4579659f 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-29,3
+29,8
@@
jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
+ - name: Build docker image
+ run: |
+ cd docker
+ make
+