Skip to content

Commit 2a839bd

Browse files
committed
publishing to docker gemc org
1 parent bd48392 commit 2a839bd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

ci/dockerhub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
Inside 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
7777
cards, 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

8383
For the interactive Geant4/Qt GUI and Apptainer recipes, see the

0 commit comments

Comments
 (0)