commit 323b19a: [Test] Use correct image name

Andrew Lewis nerf at judo.za.org
Mon Jul 29 17:54:06 UTC 2024


Author: Andrew Lewis
Date: 2024-03-14 14:56:29 +0200
URL: https://github.com/rspamd/rspamd/commit/323b19adaa26e8533865ff238032642bfd55542d

[Test] Use correct image name

---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6544bd3f0..d92d5105e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
   fedora:
     uses: ./.github/workflows/ci_rspamd.yml
     with:
-      image: ghcr.io/fatalbanana/gha-images:fedora-ci
+      image: ghcr.io/rspamd/rspamd-build-docker:fedora-ci
       name: fedora-ci
 
   ubuntu:
     uses: ./.github/workflows/ci_rspamd.yml
     with:
-      image: ghcr.io/fatalbanana/gha-images:ubuntu-ci
+      image: ghcr.io/rspamd/rspamd-build-docker:ubuntu-ci
       name: ubuntu-ci


More information about the Commits mailing list