Skip to content

Commit d6a3203

Browse files
committed
Use precice:nightly image in release workflow
1 parent 5ce2a41 commit d6a3203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Build package
1111
runs-on: ubuntu-latest
1212
container:
13-
image: precice/precice:3.3.0
13+
image: precice/precice:nightly
14+
options: --user root
1415
steps:
1516
- uses: actions/checkout@v4
1617
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)