We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6336a5 commit 3af7fd8Copy full SHA for 3af7fd8
.github/workflows/build-containers.yml
@@ -261,6 +261,7 @@ jobs:
261
build-containers:
262
needs: [discover-configs, verify-provenance, mcp-security-scan]
263
runs-on: ubuntu-latest
264
+ timeout-minutes: 60
265
# Only proceed if security scans passed (provenance check is informational only)
266
if: ${{ needs.discover-configs.outputs.changed-configs != '[]' && needs.mcp-security-scan.result == 'success' }}
267
strategy:
@@ -356,6 +357,7 @@ jobs:
356
357
358
- name: Build and push Docker image
359
id: build
360
+ timeout-minutes: 30
361
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
362
with:
363
context: ${{ steps.dockerfile.outputs.dockerfile_dir }}
0 commit comments