From b849b08697acf04587627fb4bb2a8015802b8614 Mon Sep 17 00:00:00 2001 From: Artis3n Date: Wed, 6 Mar 2024 22:10:33 -0500 Subject: [PATCH] ci: replace cisagov image with geerlingguy --- .github/workflows/pull_request_target.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index 9ed21892..d4efab51 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -34,7 +34,7 @@ jobs: - image: geerlingguy/docker-ubuntu2004-ansible:latest - image: geerlingguy/docker-ubuntu1804-ansible:latest command: /lib/systemd/systemd - - image: cisagov/docker-debian12-ansible:latest + - image: geerlingguy/docker-debian12-ansible:latest - image: geerlingguy/docker-debian11-ansible:latest command: /lib/systemd/systemd - image: geerlingguy/docker-debian10-ansible:latest