We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a95db7 + 5f7b66e commit 4e08125Copy full SHA for 4e08125
.github/workflows/push.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Login to DockerHub Registry
95
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
96
- name: Build pyiron/mpie_cmti
97
- timeout-minutes: 5
+ timeout-minutes: 10
98
run: |
99
tail --lines=+5 pyiron/environment.yml >> mpie_cmti/environment.yml
100
docker build -t pyiron/mpie_cmti:latest mpie_cmti/
0 commit comments