Add podman and fix repo name
All checks were successful
Build and push / Build and push images (push) Successful in 1m18s
All checks were successful
Build and push / Build and push images (push) Successful in 1m18s
This commit is contained in:
parent
85c3aa9bbf
commit
8d08611bde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user