File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
push : true
42
42
# Tag the images using the tagname and also latest.
43
43
tags : |
44
- lfenergycompas /compas-open-scd:${{ steps.extract_tagname.outputs.tagname }}
45
- lfenergycompas /compas-open-scd:latest
44
+ lfenergy /compas-open-scd:${{ steps.extract_tagname.outputs.tagname }}
45
+ lfenergy /compas-open-scd:latest
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ It's also possible to run OpenSCD CoMPAS Edition as a docker. Of every release a
29
29
To run the docker container use the following command.
30
30
31
31
```
32
- docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergycompas /compas-open-scd:latest
32
+ docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergy /compas-open-scd:latest
33
33
```
34
34
Now open a browser and go to "http://localhost:8080 ". OpenSCD is shown.
35
35
You can’t perform that action at this time.
0 commit comments