Skip to content

Commit d6e5260

Browse files
committed
Update docker images
1 parent d64fb74 commit d6e5260

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
# The type of runner that the job will run on
2222
runs-on: ubuntu-latest
23-
container: dokken92/dolfinx_custom:170322
23+
container: dokken92/dolfinx_custom:17032022
2424

2525
env:
2626
HDF5_MPI: "ON"

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
3838
- name: Push to the DockerHub registry
3939
run: |
40-
docker push dokken92/dolfinx_custom:170322
40+
docker push dokken92/dolfinx_custom:17032022

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dokken92/dolfinx_custom:170322
1+
FROM dokken92/dolfinx_custom:17032022
22

33
# create user with a home directory
44
ARG NB_USER

0 commit comments

Comments
 (0)