From 0f0cbf6d972a36adc9c16a14a3b099ef50ec2735 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 5 Dec 2024 23:34:04 -0500 Subject: [PATCH] test CD --- .forgejo/workflows/ansibleCD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 7cc812c..a6d4bd2 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -7,6 +7,8 @@ jobs: deploy: if: github.event.pull_request.merged == true runs-on: docker + container: + image: ubuntu:24.04 steps: - name: Checkout repository uses: actions/checkout@v4