Try to fix permissions
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m51s

This commit is contained in:
2026-02-18 21:07:14 +01:00
parent 98da331c0b
commit d582632c2e

View File

@@ -10,7 +10,11 @@ jobs:
container: container:
image: quay.io/buildah/stable 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: steps:
- name: Install Node.js - name: Install Node.js