1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 1m58s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 1m58s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build new image
|
- name: Build new image
|
||||||
run: |
|
run: |
|
||||||
RETRIES=3
|
RETRIES=20
|
||||||
DELAY=10
|
DELAY=10
|
||||||
count=0
|
count=0
|
||||||
until docker build -t $IMAGE_NAME .; do
|
until docker build -t $IMAGE_NAME .; do
|
||||||
|
|||||||
Reference in New Issue
Block a user