Try to fix permissions
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m51s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m51s
This commit is contained in:
@@ -10,7 +10,11 @@ jobs:
|
||||
|
||||
container:
|
||||
image: quay.io/buildah/stable
|
||||
options: --privileged
|
||||
options: --security-opt seccomp=unconfined --security-opt apparmor=unconfined --device /dev/fuse:rw --privileged
|
||||
|
||||
env:
|
||||
BUILDAH_ISOLATION: chroot
|
||||
STORAGE_DRIVER: vfs
|
||||
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
|
||||
Reference in New Issue
Block a user