Skip to content

Commit

Permalink
DROP BEFORE MERGE: use temporary docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Oct 29, 2023
1 parent 8673643 commit 92a5640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
if: "!(contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]'))"
runs-on: ubuntu-latest
container: ghcr.io/fenics/test-env:current-openmpi
container: ghcr.io/fenics/test-env:pr-2836-openmpi

env:
PETSC_ARCH: ${{ matrix.petsc_arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: fenicsproject/test-env:current-redhat
container: fenicsproject/test-env:pr-2836-redhat

name: Rocky build and test

Expand Down

0 comments on commit 92a5640

Please sign in to comment.