aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-07-12 21:20:44 +0200
committerGitHub <noreply@github.com>2021-07-12 15:20:44 -0400
commit5b1d0a7701f94f2292ebdfc6c542b91fd906e6ea (patch)
treea8154ad04b08fb8f6de93192cf1936cc5059347a /.drone.yml
parent522b72095493a72796a3b2e6caaac757c527f979 (diff)
downloadgitea-5b1d0a7701f94f2292ebdfc6c542b91fd906e6ea.tar.gz
gitea-5b1d0a7701f94f2292ebdfc6c542b91fd906e6ea.zip
Replace `plugins/docker` with `techknowlogick/drone-docker`in ci (#16407)
* plugins/docker -> techknowlogick/drone-docker * It is multi-arch
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 8723f696f5..ac88d1c989 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -717,7 +717,7 @@ steps:
- name: publish
pull: always
- image: plugins/docker:linux-amd64
+ image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
@@ -734,7 +734,7 @@ steps:
- pull_request
- name: publish-rootless
- image: plugins/docker:linux-amd64
+ image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
@@ -772,7 +772,7 @@ trigger:
steps:
- name: dryrun
pull: always
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
dry_run: true
repo: gitea/gitea
@@ -814,7 +814,7 @@ steps:
- name: publish
pull: always
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-arm64
@@ -834,7 +834,7 @@ steps:
- pull_request
- name: publish-rootless
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true