fixed .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-06-26 19:49:49 +02:00
parent 0c36b7e70c
commit b6b3e8734b

View File

@ -4,9 +4,9 @@ name: default
steps:
- name: docker-amd
image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-amd64
privileged: true
settings:
dockerfile: Dockerfile-amd64
username: uzurka
password:
from_secret: docker_password
@ -17,9 +17,9 @@ steps:
- name: docker-arm
image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-arm
privileged: true
settings:
dockerfile: Dockerfile-arm
username: uzurka
password:
from_secret: docker_password