Skip to content

Commit 4e08125

Browse files
authored
Merge pull request #485 from pyiron/niklassiemer-patch-1
Allow more time for cmti build
2 parents 3a95db7 + 5f7b66e commit 4e08125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Login to DockerHub Registry
9595
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
9696
- name: Build pyiron/mpie_cmti
97-
timeout-minutes: 5
97+
timeout-minutes: 10
9898
run: |
9999
tail --lines=+5 pyiron/environment.yml >> mpie_cmti/environment.yml
100100
docker build -t pyiron/mpie_cmti:latest mpie_cmti/

0 commit comments

Comments
 (0)