ci: sleep 20s wait docker start (#1534)

This commit is contained in:
张启航 2023-01-31 19:12:15 +08:00 committed by GitHub
parent 91bd733d88
commit 5f0bd8ce2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ steps:
GOOS: linux
GOARCH: arm64
commands:
- sleep 10 # give docker enough time to start
- sleep 20 # give docker enough time to start
- VERSION=$BUILD_VERSION BUILD_GOARCH=arm64 BUILD_BASE_IMAGE_VERSION=3.16 ./release.sh all push
when:
event: