fix: switch back to docker:20 image
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-09-20 22:11:16 +02:00
parent 70fb02c0b0
commit 07832050dc

View File

@@ -11,12 +11,12 @@ triggers:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker:20
commands: commands:
- docker build -t gitea.t000-n.de/t.behrendt/backupsidecar:${DRONE_COMMIT:0:8} . - docker build -t gitea.t000-n.de/t.behrendt/backupsidecar:${DRONE_COMMIT:0:8} .
- name: push - name: push
image: plugins/docker image: docker:20
settings: settings:
username: username:
from_secret: REGISTRY_USERNAME from_secret: REGISTRY_USERNAME