Skip to content

Commit

Permalink
Update CI image in GitHub workflow (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Jun 24, 2024
1 parent a1ac086 commit 7fcca25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Build Baselibs
on:
release:
types:
types:
- published
workflow_dispatch:

jobs:
build_baselibs:
runs-on: ubuntu-latest
container:
image: gmao/ubuntu20-openmpi:4.0.5-gcc_10.2.0
container:
image: gmao/ubuntu20-openmpi:5.0.2-gcc_13.2.0
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -20,7 +21,7 @@ jobs:
CC: gcc
CXX: g++
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Updates
### Fixed
### Changed

- Update docker image in CI workflow

### Removed
### Added

Expand Down

0 comments on commit 7fcca25

Please sign in to comment.