File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- FROM dokken92/dolfinx_custom:170322
1+ FROM dokken92/dolfinx_custom:17032022
22
33# create user with a home directory
44ARG NB_USER
You can’t perform that action at this time.
0 commit comments