Explorar el Código

Replace `plugins/docker` with `techknowlogick/drone-docker`in ci (#16407) (#16409)

* plugins/docker -> techknowlogick/drone-docker

* It is multi-arch
tags/v1.14.5
6543 hace 2 años
padre
commit
6df82db0f7
No account linked to committer's email address
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5
    5
      .drone.yml

+ 5
- 5
.drone.yml Ver fichero

@@ -709,7 +709,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
@@ -726,7 +726,7 @@ steps:
- pull_request

- name: publish-rootless
image: plugins/docker:linux-amd64
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
@@ -764,7 +764,7 @@ trigger:
steps:
- name: dryrun
pull: always
image: plugins/docker:linux-arm64
image: techknowlogick/drone-docker:latest
settings:
dry_run: true
repo: gitea/gitea
@@ -806,7 +806,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
@@ -826,7 +826,7 @@ steps:
- pull_request

- name: publish-rootless
image: plugins/docker:linux-arm64
image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true

Cargando…
Cancelar
Guardar