Skip to content

Commit d41bcea

Browse files
committed
ci: increase build time, supress build output
1 parent 0f7802c commit d41bcea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: needs.calculate_matrix.outputs.matrix-include != '[]'
2222
needs: calculate_matrix
2323
runs-on: ${{ matrix.runs_on || 'ubuntu-latest' }}
24-
timeout-minutes: 30
24+
timeout-minutes: 45
2525
strategy:
2626
fail-fast: false
2727
matrix:
@@ -113,6 +113,10 @@ jobs:
113113
- name: Push Docker image
114114
uses: docker/[email protected]
115115
id: docker_build_and_push
116+
env:
117+
DOCKER_BUILD_CHECKS_ANNOTATIONS: "false"
118+
DOCKER_BUILD_SUMMARY: "false"
119+
DOCKER_BUILD_RECORD_UPLOAD: "false"
116120
with:
117121
context: "${{ env.DOCKER_EXAMPLES_DIRECTORY }}/${{ env.backend_dir_name }}"
118122
push: ${{ steps.actor-membership.outputs.active }}

0 commit comments

Comments
 (0)