Skip to content

Commit b802072

Browse files
author
Dennis Labordus
authored
Merge pull request #83 from com-pas/docker_hub_org_change
Docker Hub Group Change
2 parents 1786371 + 56ae097 commit b802072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
push: true
4242
# Tag the images using the tagname and also latest.
4343
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's also possible to run OpenSCD CoMPAS Edition as a docker. Of every release a
2929
To run the docker container use the following command.
3030

3131
```
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
3333
```
3434
Now open a browser and go to "http://localhost:8080". OpenSCD is shown.
3535

0 commit comments

Comments
 (0)