Skip to content

Commit

Permalink
ci: increase docker build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Sep 2, 2022
1 parent 4b69748 commit 8776e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
docker_build_and_push:
name: "Docker image"
timeout-minutes: 10
timeout-minutes: 20
runs-on: ubuntu-latest
outputs:
image_version: ${{ steps.version.outputs.image_version }}
Expand Down

0 comments on commit 8776e25

Please sign in to comment.