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: steps:
- name: docker-amd - name: docker-amd
image: thegeeklab/drone-docker-buildx:23 image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-amd64
privileged: true privileged: true
settings: settings:
dockerfile: Dockerfile-amd64
username: uzurka username: uzurka
password: password:
from_secret: docker_password from_secret: docker_password
@ -17,9 +17,9 @@ steps:
- name: docker-arm - name: docker-arm
image: thegeeklab/drone-docker-buildx:23 image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-arm
privileged: true privileged: true
settings: settings:
dockerfile: Dockerfile-arm
username: uzurka username: uzurka
password: password:
from_secret: docker_password from_secret: docker_password