From 1b102fd1ec022dfb039c3a034c2c6c30d97cd977 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 6 Dec 2024 00:07:21 -0500 Subject: [PATCH] test cd --- .forgejo/workflows/ansibleCD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index a6d4bd2..89c8c0b 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -8,7 +8,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: docker container: - image: ubuntu:24.04 + image: mafyuh/ansible-bws:v1.0.4 steps: - name: Checkout repository uses: actions/checkout@v4