Skip to content

Commit

Permalink
Increase docker-publish job timeout (#317)
Browse files Browse the repository at this point in the history
Now that we're building `linkerd-cni-repair-controller` also, we need
more time.
  • Loading branch information
alpeb authored Jan 2, 2024
1 parent 67cc03d commit ad36804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cni-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker-publish:
needs: meta
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 25
permissions:
id-token: write # needed for signing the images with GitHub OIDC token
steps:
Expand Down

0 comments on commit ad36804

Please sign in to comment.