Add podman and fix repo name
All checks were successful
Build and push / Build and push images (push) Successful in 1m18s

This commit is contained in:
Jack O'Sullivan 2023-11-16 23:26:09 +00:00
parent 85c3aa9bbf
commit 8d08611bde

View File

@ -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