Skip to content

Commit

Permalink
Fix the path for the images
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 14, 2023
1 parent 74083fd commit 2e6b327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ where `<image-name>` can be `centos7-build`, `ubuntu-build` or `alma9-build`.

``` bash
docker login ghcr.io
docker build -t ghcr.io/key4hep/k4-deploy/<image-name> .
docker push ghcr.io/key4hep/k4-deploy/<image-name>
docker build -t ghcr.io/key4hep/key4hep-images/<image-name> .
docker push ghcr.io/key4hep/key4hep-images/<image-name>
```

where for the login we have to use our Github username and for the password a
Expand Down

0 comments on commit 2e6b327

Please sign in to comment.