CI: ignore failures for docker arm64
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a1238f243
commit
623b064cd7
1 changed files with 2 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ steps:
|
||||||
|
|
||||||
- name: docker admin
|
- name: docker admin
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
failure: ignore
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
@ -529,6 +530,7 @@ steps:
|
||||||
|
|
||||||
- name: docker repochecker
|
- name: docker repochecker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
failure: ignore
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
|
||||||
Reference in a new issue