docker: Fix build on arm64
This commit is contained in:
parent
34889a949f
commit
d4f69059bf
3 changed files with 4 additions and 5 deletions
|
|
@ -459,7 +459,6 @@ steps:
|
|||
|
||||
- name: docker admin
|
||||
image: plugins/docker
|
||||
failure: ignore
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
|
@ -565,7 +564,6 @@ steps:
|
|||
|
||||
- name: docker repochecker
|
||||
image: plugins/docker
|
||||
failure: ignore
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
|
|
|||
Reference in a new issue