diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 4070ac1f5..cb613849f 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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