Skip to content

Commit

Permalink
Merge pull request #41 from gerlero/docker
Browse files Browse the repository at this point in the history
Use latest tag for Docker images
  • Loading branch information
gerlero authored Jul 13, 2023
2 parents 3fffa61 + f2e91f2 commit 08c31ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.DOCKERHUB_IMAGE }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Login to DockerHub
if: env.PUSH == 'true'
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tests/Alltest
Alternatively, you can use the [Docker image](https://hub.docker.com/r/microfluidica/porousmicrotransport/) of **porousMicroTransport**. This image is based on the official OpenFOAM Docker image and includes **porousMicroTransport** precompiled and ready to use. If you have [Docker](https://www.docker.com) installed, you can run the image in a new container with:

```sh
docker run -it microfluidica/porousmicrotransport:main
docker run -it microfluidica/porousmicrotransport
```

## Solvers
Expand Down

0 comments on commit 08c31ca

Please sign in to comment.