Fix drone file

This commit is contained in:
kolaente 2021-02-04 22:40:38 +01:00
parent b8ccfbd190
commit 18b35e1119
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -608,7 +608,7 @@ steps:
image: docker:git image: docker:git
commands: commands:
- git fetch --tags - git fetch --tags
- name: docker - name: docker-arm
image: plugins/docker:linux-arm image: plugins/docker:linux-arm
pull: true pull: true
settings: settings:
@ -620,7 +620,7 @@ steps:
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm auto_tag_suffix: linux-arm
depends_on: [ fetch-tags ] depends_on: [ fetch-tags ]
- name: docker - name: docker-arm64
image: plugins/docker:linux-arm64 image: plugins/docker:linux-arm64
pull: true pull: true
settings: settings: