Switch to using buildx
This commit is contained in:
parent
8f5ecc599d
commit
ab2a4b1e13
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ name: test
|
|||
|
||||
steps:
|
||||
- name: build test
|
||||
image: plugins/docker
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Reference in a new issue