Add timeout and retry attempts to build step
This commit is contained in:
parent
2326775d78
commit
6f5aaff931
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker_release.yml
vendored
2
.github/workflows/docker_release.yml
vendored
|
|
@ -73,6 +73,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
timeout_minutes: 10
|
||||||
|
max_attempts: 3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/selfhosted.Dockerfile
|
file: ./docker/selfhosted.Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue