Skip to content

Commit

Permalink
Merge pull request #59 from rest-for-physics/lobis-update-pipeline-image
Browse files Browse the repository at this point in the history
Updated validation image tag to `rest-for-physics`
  • Loading branch information
lobis authored Jun 21, 2022
2 parents b0fdbd9 + b7d8674 commit d331da7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build and run tests
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Checkout framework
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Install framework with restG4
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Print version of dependencies for image
run: version.sh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
name: Check framework and restG4 are accessible
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- name: Restore cache
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
name: Install restG4 as a standalone application using the installed framework
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install, check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -144,7 +144,7 @@ jobs:
name: "Example 01: NLDBD"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -165,7 +165,7 @@ jobs:
name: "Example 03: Fluorescence"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -187,7 +187,7 @@ jobs:
name: "Example 04: Cosmic Muons"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -212,7 +212,7 @@ jobs:
name: "Example 05: PandaX-III"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -233,7 +233,7 @@ jobs:
name: "Example 06: Ion recoils"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -254,7 +254,7 @@ jobs:
name: "Example 07: Decay"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -280,7 +280,7 @@ jobs:
name: "Example 08: Alphas"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
name: "Example 09: Shielding"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -335,7 +335,7 @@ jobs:
name: "Example 10: Geometries"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -356,7 +356,7 @@ jobs:
name: "Example 11: X-Rays"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics

stages:
- Build
Expand Down

0 comments on commit d331da7

Please sign in to comment.