summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-02-21 13:16:59 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-02-21 13:17:29 +0000
commitb1e66adac8261e2a7da1387c38b3781628b51428 (patch)
treefdfa9de34135b3413802df646ef46e5fa7f58557 /.drone.yml
parentd31dde91b914d85b23792ffbc8be3a1a6b65afd8 (diff)
downloadrspamd-b1e66adac8261e2a7da1387c38b3781628b51428.tar.gz
rspamd-b1e66adac8261e2a7da1387c38b3781628b51428.zip
[Minor] CI: new docker repos
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml
index b17c48a37..64256d635 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,7 +21,7 @@ steps:
- name: build
# https://github.com/rspamd/rspamd-build-docker/blob/master/ubuntu-build/Dockerfile
- image: rspamd/ci-ubuntu-build
+ image: rspamd/ci:ubuntu-build
pull: always
volumes:
- name: rspamd
@@ -48,7 +48,7 @@ steps:
- name: build-clang
# https://github.com/rspamd/rspamd-build-docker/blob/master/fedora-build/Dockerfile
- image: rspamd/ci-fedora-build
+ image: rspamd/ci:fedora-build
pull: always
volumes:
- name: rspamd
@@ -88,7 +88,7 @@ steps:
- name: rspamd-test
# https://github.com/rspamd/rspamd-build-docker/blob/master/ubuntu-test/Dockerfile
- image: rspamd/ci-ubuntu-test
+ image: rspamd/ci:ubuntu-test
pull: always
volumes:
- name: rspamd
@@ -130,7 +130,7 @@ steps:
- name: test-fedora-clang
# https://github.com/rspamd/rspamd-build-docker/blob/master/fedora-test/Dockerfile
- image: rspamd/ci-fedora-test
+ image: rspamd/ci:fedora-test
pull: always
volumes:
- name: rspamd
@@ -169,7 +169,7 @@ steps:
- name: functional
# https://github.com/rspamd/rspamd-build-docker/blob/master/ubuntu-test-func/Dockerfile
- image: rspamd/ci-ubuntu-test-func
+ image: rspamd/ci:ubuntu-test-func
pull: always
volumes:
- name: rspamd
@@ -205,7 +205,7 @@ steps:
HTTP_PUT_AUTH: { from_secret: http_put_auth }
- name: send-coverage
- image: rspamd/ci-ubuntu-test
+ image: rspamd/ci:ubuntu-test
pull: if-not-exists
volumes:
- name: rspamd
@@ -245,7 +245,7 @@ steps:
- name: perl-tidyall
# https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile
- image: rspamd/ci-perl-tidyall
+ image: rspamd/ci:perl-tidyall
pull: if-not-exists
failure: ignore
commands:
@@ -281,6 +281,6 @@ trigger:
---
kind: signature
-hmac: 4ff026a59ee31c1afc6e85690034d2ead4cc8274baf7099f4bd8d69e4045db97
+hmac: 577234b81e1f00d04b84687ed18dba05838233d3ca9cb1328d02937f52be6b0d
...