Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Dec 4, 2023
1 parent b8ceeaa commit 86219dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ on:
push

jobs:
buildx:
name: Test
build-push-image:
name: Build server images and push them to dockerhub
runs-on: ubuntu-22.04
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand Down Expand Up @@ -58,10 +58,11 @@ jobs:
SETUPTOOLS_VERSION=${{ steps.bootstrap.outputs.setuptools-version }}
FLWR_VERSION=1.6.0
UBUNTU_VERSION=22.04
tags: flwr/server:1.6.0-py38-ubuntu22.04
tags: flwr/server:1.6.0-py${{ steps.bootstrap.outputs.python-version }}-ubuntu22.04
push: false

- run: |
- name: Summary
run: |
cat <<EOT >>${GITHUB_STEP_SUMMARY}
Server image: ${{steps.build.outputs.imageid}}
EOT

0 comments on commit 86219dd

Please sign in to comment.