Sfoglia il codice sorgente

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 2 anni fa
parent
commit
6df82db0f7
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5
    5
      .drone.yml

+ 5
- 5
.drone.yml Vedi File

@@ -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

Loading…
Annulla
Salva