Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Build and run tests
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
steps:
- uses: actions/checkout@v4
- name: Build and install
Expand All @@ -51,7 +51,7 @@ jobs:
name: Build and cache installation
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
steps:
- uses: actions/checkout@v4
- name: Build and install
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: "Previous Version File Compatibility"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand All @@ -106,7 +106,7 @@ jobs:
name: "Macros with clean error output"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
name: "PyROOT"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- name: Restore cache
Expand All @@ -152,7 +152,7 @@ jobs:
name: "Metadata"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
name: "PandaX-III"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
name: "TREX-DM"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
name: Run examples
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
image: ghcr.io/rest-for-physics/root-garfield-geant4:latest
needs: [ framework-install ]
steps:
- uses: actions/checkout@v4
Expand Down