From ec66c7e2907187c5ccffb721c8dce1367349c8ba Mon Sep 17 00:00:00 2001 From: Xaver Russ Date: Mon, 21 Jul 2025 00:36:52 +0200 Subject: [PATCH] Update container image to ghcr.io/catthehacker/ubuntu:act-22.04 in Ansible workflow --- .forgejo/workflows/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ansible.yml b/.forgejo/workflows/ansible.yml index 462bc96..eec18a5 100644 --- a/.forgejo/workflows/ansible.yml +++ b/.forgejo/workflows/ansible.yml @@ -21,7 +21,7 @@ jobs: arch: [ amd64, arm64 ] runs-on: ${{ matrix.arch }} container: - image: docker:dind + image: ghcr.io/catthehacker/ubuntu:act-22.04 steps: - name: Checkout repository uses: actions/checkout@v4