mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-15 18:13:52 +08:00
Add timeout to CI
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
387d4c62d0
commit
ec965500d9
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: build
|
name: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 3
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user