Fix buildah inside container
Some checks failed
Build and push / Build and push images (push) Failing after 1m16s

This commit is contained in:
Jack O'Sullivan 2023-11-16 23:22:20 +00:00
parent f8ee085639
commit 85c3aa9bbf

View File

@ -15,9 +15,13 @@ jobs:
apt-get -y update
apt-get -y install buildah
(echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf
- name: Build Ubuntu 22.04
id: build
uses: redhat-actions/buildah-build@v2
env:
BUILDAH_ISOLATION: chroot
with:
image: git.nul.ie/dev/actions-ubuntu
tags: '22.04'