File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 runs-on : ubuntu-latest
289289 env :
290290 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
291- DOCKERHUB_REPO : ${{ vars.DOCKERHUB_REPO || 'maureeungaro /gemc' }}
291+ DOCKERHUB_REPO : ${{ vars.DOCKERHUB_REPO || 'gemc /gemc' }}
292292 steps :
293293 - name : Checkout repository
294294 uses : actions/checkout@v6
@@ -356,7 +356,7 @@ jobs:
356356 runs-on : ubuntu-latest
357357 env :
358358 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
359- DOCKERHUB_REPO : ${{ vars.DOCKERHUB_REPO || 'maureeungaro /gemc' }}
359+ DOCKERHUB_REPO : ${{ vars.DOCKERHUB_REPO || 'gemc /gemc' }}
360360 steps :
361361 - name : Checkout repository
362362 uses : actions/checkout@v6
@@ -375,7 +375,7 @@ jobs:
375375 username : ${{ secrets.DOCKERHUB_USERNAME }}
376376 password : ${{ secrets.DOCKERHUB_TOKEN }}
377377 repository : ${{ env.DH_REPO_PATH }}
378- short-description : " Database -driven Geant4 Monte-Carlo simulation framework (GEMC) "
378+ short-description : " GEMC — database -driven Geant4 simulation framework, ready-to-run dev images "
379379 readme-filepath : ./ci/dockerhub/README.md
380380
381381 final :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ These images ship a ready-to-run GEMC development environment — the compiled `
2020## Quick start
2121
2222``` shell
23- docker run -it --rm -v " $PWD " :/work docker.io/maureeungaro /gemc:dev-ubuntu-24.04 bash
23+ docker run -it --rm -v " $PWD " :/work docker.io/gemc /gemc:dev-ubuntu-24.04 bash
2424```
2525
2626Inside the container the ` gemc ` binary and the ` pygemc ` Python environment are already on the ` PATH ` :
@@ -77,7 +77,7 @@ The examples above mount the current directory at `/work`. Use a bind mount to k
7777cards, and output on the host:
7878
7979``` shell
80- docker run -it --rm -v " $PWD " :/work -w /work docker.io/maureeungaro /gemc:dev-ubuntu-24.04 bash
80+ docker run -it --rm -v " $PWD " :/work -w /work docker.io/gemc /gemc:dev-ubuntu-24.04 bash
8181```
8282
8383For the interactive Geant4/Qt GUI and Apptainer recipes, see the
You can’t perform that action at this time.
0 commit comments