2
0
Dan Helfman 2 жил өмнө
parent
commit
9e9a7c50e5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -47,7 +47,7 @@ steps:
     IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
   commands:
     - podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
-    - podman build --isolation chroot --tag "$IMAGE_NAME" --file docs/Dockerfile
+    - podman build --isolation chroot --userns-uid-map-group podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
     - podman push "$IMAGE_NAME"
 
 trigger: