Skip to content

Commit

Permalink
ci(gha): bump timeout for image build (#11533)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz authored and kumahq[bot] committed Dec 13, 2024
1 parent 833293c commit e2d768e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,13 @@ jobs:
run: |
make publish/pulp
build-images:
<<<<<<< HEAD
runs-on: ubuntu-22.04 # pining to this version since we use older base image for kuma-init and we don't want to change it since it can break users environment
timeout-minutes: 15
=======
runs-on: ubuntu-latest
timeout-minutes: 30
>>>>>>> 4d7584cef (ci(gha): bump timeout for image build (#11533))
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e2d768e

Please sign in to comment.