Adding longer timeout
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -22,6 +22,7 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: [ self-hosted, medium, build ]
|
||||
timeout-minutes: 720
|
||||
container:
|
||||
image: nexus.jamesjonesconsulting.com:5444/podman/stable:latest
|
||||
# image: quay.io/podman/stable:latest
|
||||
|
||||
@@ -6,6 +6,7 @@ stages:
|
||||
variables:
|
||||
DOCKER_AUTH_CONFIG: ${HOME_NEXUS_DOCKER_AUTH_CONFIG}
|
||||
image: "$HOME_NEXUS_DOCKER_REGISTRY_SHARED/podman/stable:latest"
|
||||
timeout: 3h 30m
|
||||
parallel:
|
||||
matrix:
|
||||
- REGISTRY_USER: $CI_REGISTRY_USER
|
||||
|
||||
Reference in New Issue
Block a user