From 8d08611bde9874f47efe5a833f29ecad6ec26b7a Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 16 Nov 2023 23:26:09 +0000 Subject: [PATCH] Add podman and fix repo name --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d4e2091..8d06da8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: - name: Install buildah run: | apt-get -y update - apt-get -y install buildah + apt-get -y install buildah podman (echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf @@ -23,7 +23,7 @@ jobs: env: BUILDAH_ISOLATION: chroot with: - image: git.nul.ie/dev/actions-ubuntu + image: dev/actions-ubuntu tags: '22.04' containerfiles: | ubuntu.Containerfile